Just Another Todo App
is a todo list application built with React + Redux Toolkit.
- Responsive design.
- Offline capable (Progressive Web App).
- No analytics/tracking cookies.
The project can accessed at: just-another-todo-app.vercel.app 👈
If you want to run from source, make sure that you have NodeJS installed (Latest / LTE supported).
Open your terminal and run the following command to download the needed dependencies:
npm install
And then, to run the project:
npm start
A new browser window will be launched, have fun!
This project is licensed under the MIT License — see the LICENSE.md file for details.