Simple Todo List App developed using ReactJS, Redux Toolkit and Typescript.
- simple and intuitive interface
- fast and responsible
- nice and clean UI
- your todos are saved in your browser (via localStorage)
- Open the app
- Start adding your first todo
- Stay organized and be productive! ;)
- Download the repository
- Go to the repo directory
- Open command line / terminal here
- Run
npm i
- Start the development server
- dev server
npm run dev
- build for production
npm run build
- preview the production build
npm run preview
The project is developed/bundled using Vite
Thanks for paying attention to this project. I hope you'll find it useful!
Best regards,
Vladislav Degtyarenko