front end Todo list made with ReactJS, the frontend interacts with two backend's applications:
-
the application interacts with api-auth for registration and connection with JWT, the connection is done with JWT
-
After obtaining the JWT the application interacts with the api-todos application to obtain, add, complete and delete the todos
npm install
to install dependencies.
npm start
to start application.
If you have found a bug or if you have a feature request, please contact me.
This project is licensed under the MIT license. See the LICENSE file for more info.