An open API service indexing awesome lists of open source software.

https://github.com/arnaiz23/todo-app

TODO app created with NodeJS, MySQL and React
https://github.com/arnaiz23/todo-app

backend rest-api todo-app

Last synced: over 1 year ago
JSON representation

TODO app created with NodeJS, MySQL and React

Awesome Lists containing this project

README

          

# Todo-app

Basic todo application. I created this app for improve my skills and learn Zustand.

## Preview

![Home](./previews/home.png)
![Login](./previews/login.png)
![TODOS](./previews/todos.png)

# Backend

![MySQL](https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=fff)
![NodeJS](https://img.shields.io/badge/NodeJS-339933?style=for-the-badge&logo=nodedotjs&logoColor=fff)
![ExpressJS](https://img.shields.io/badge/Express-000000?style=for-the-badge&logo=express&logoColor=fff)
![Prettier](https://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=000)
![Eslint](https://img.shields.io/badge/Eslint-4B32C3?style=for-the-badge&logo=eslint&logoColor=fff)
![Swagger](https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=Swagger&logoColor=000)

If you wanna use it:
* `/docs`: Show the API documentation (swagger).
* `/api`: Access to the API.

## Frontend

![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=000)
![Zustand](https://img.shields.io/badge/Zustand-184bbe?style=for-the-badge&logo=ZincSearch&logoColor=fff)
![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=fff)
![Prettier](https://img.shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=000)
![Eslint](https://img.shields.io/badge/Eslint-4B32C3?style=for-the-badge&logo=eslint&logoColor=fff)
![TailwindCSS](https://img.shields.io/badge/TailwindCSS-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=fff)

## License

MIT License

You can create your own todo-app by forking this project with this conditions:
* Add a link to my [portfolio](https://arnaizdev.com)

Check out [License](./License.md) for more detail

## Next features

- [ ] Updated TODO ?
- [ ] User delete ???
- [ ] User update ???