A simple backend to manage an application to create, delete and edit Todo's
This app works with the backend application found here: Backend App
To run this application you need to have node installed.
If you have it installed already you need to run install the dependencies with the next command inside a terminal in the app folder:
npm install
To run the app locally you need to run the following command:
npm start
This app already has some tests configured to check if the components are rendering correctly. To run these tests you need to use the following command in the terminal:
npm test
The following tools were used during the development of this app:
- Better designs
- Improve test quality
- More functionalities for sorting and filtering