This todo list project is an open source front-end, I used these technologies:
- React (Vite App)
- Tailwindcss
- Axios
- React Routes
- Eslint
This project is in production at these link: https://todolist-react-ts.vercel.app/
The path ./src/services/api.js has the production link of this project, if you want a execute the back-end locally, follow this link: https://github.com/GuilhermeBarroso-sys/todolist-serverless-ts
The project use npm, then:
npm // Download the dependencies
npm run dev
Done, the project is running!