This app allows you to add, edit and delete task to manage your assigments
Technologies used
This task management application is built using JavaScript, CSS, and HTML on the client-side, and Node.js, React, and a database on the server-side. The front-end allows users to add, delete, and edit tasks, while the back-end manages data persistence and serves the API endpoints. React is used to render the dynamic user interface, while Node.js handles server-side operations and database management. The database stores the tasks and allows for efficient querying and retrieval of task data. Overall, this application leverages modern web technologies to provide an efficient and seamless user experience for managing tasks.
Project repository
Technical aspects
There are some of the technologies used for this project. Documentation can be checked.
- Postgres
- SQL queries
- React
- NodeJS
- Docker
What I learned
This project helped me to practice front and SQL queries