Skip to content

A simple full-stack todo-list app where you can add, update and delete tasks

Notifications You must be signed in to change notification settings

shonjmoj/Todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FULL STACK TODO LIST APP

there is 2 folders client and server.

To run backend we need to build it first. run cd ./server :

for pnpm users :

pnpm i
pnpm build
pnpm start

for npm users :

npm i
npm run build
npm run start

Server is ready to serve you now! open another prompt to setup the client.

Same thing with the frontend. run cd ./client :

for pnpm users :

pnpm i
pnpm build
pnpm preview

for npm users :

npm i
npm run build
npm run start

In order to run tests you can simply execute the following commands :

for pnpm users :

pnpm test

for npm users :

npm run test

Voilaa! your Todo list is ready to use, ENJOY.

About

A simple full-stack todo-list app where you can add, update and delete tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published