To-Do App
react-todoapp-zustand
A to-do list web application that allows users to create and manage their to-do tasks. The application would be built using the React JS framework, which is a popular JavaScript library for building user interfaces.
npm install
npm run dev
Local: http://localhost:5173/
➜ press h to show help
Shortcuts
- press r to restart the server
- press u to show server url
- press o to open in browser
- press c to clear console
- press q to quit
Nijat Gurbanov
- Github: github.com/NikoFX
- Twitter: Nijat Gurbanov
- Linkedin: linkedin.com/in/nijat-gurbanov-dev
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request