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 [email protected]: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
FrontendandBackendand runnpm installon each of them.
- As a last step, all you gotta do is to run the command
npm starton eachFrontendandBackend.
- You can run the tests using the command:
npm teston eachFrontendandBackendfolder.
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.
