This application is being created to manage your day-to-day activities and it is super simple to use.
Front End To Do List Application
If you want to see the app running for yourself or test on your machine and change stuff, you can easily do it with node installed on your computer. Obs: I ran the project on linux-ubuntu but that's not really required.
- Choose any folder on your pc, open the terminal and run the command:
git clone git@github.com:ArTrok/To-Do-List.git
- Then enter the new cloned folder with:
cd To-Do-List
- And install the packages with:
npm install
- After installing the main package, go for the subfolders
Frontend
andBackend
and runnpm install
on each of them.
- As a last step, all you gotta do is to run the command
npm start
on eachFrontend
andBackend
.
- You can run the tests using the command:
npm test
on eachFrontend
andBackend
folder.
Now you should be able to see the app locally. Have fun!
- Run the app with Docker Container on both sides Back and Front.
- ContextAPI to update task array instantly when deleted or updated.