Full Stack React Tasks/Notes App
This app was the first app I created after getting my tech degree from Treehouse. It is a CRUD app that users can track tasks in. A user can make an account with an email and 8-20 character password. The user can then sign in, create a task and then add in details such as a description, time, and date. Users can also edit and delete their tasks/to-dos. The API for this app is hosted on Heroku, the Postgres database is hosted on Neon, and the front of this app is hosted on Netlify.
Live DemoSource Code







Details
Technologies used:
- HTML5
- Tailwind CSS
- JavaScript
- Express JS
- Node Js
- PostgreSQL
- Sequelize
- React JS
- Context API