Users creation using e-mail and password and tasks registration.
Create and manage your tasks.
Control over the status of the tasks and their date.
Running 24/7 in Heroku.
Application available in: https://my-tasks-front.herokuapp.com.
After spending some hours learning about how to make an application in React, i took the challenge to upgrade the code used in this video https://www.youtube.com/watchv=ErjWNvP6mko&ab_channel=FelipeRocha%E2%80%A2dicasparadevs.
My first idea was to create a Rest API with NodeJS in the BackEnd to store data in an DataBase the users of the application and their Tasks.
The application will have a simple authentication flow with email and password.
For future upgrades some features could be implemented.
- React
- NodeJS
- PostgreSQL
- Sequelize
- Heroku
PRs are welcome, for this you can clone this repository to your machine and work in some upgrade, (for example one of the following). Then request a PR so we could talk about your implementation.
- OAuth 2.0 with Google/Facebook.
- Users Settings to control name and change password.
- Users preferences for application colors.
- Reset password with Nodemailer.