Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.22 KB

Just Another Todo App

codecov License GitHub deployments

Just Another Todo App is a todo list application built with React + Redux Toolkit.

Features

  • Responsive design.
  • Offline capable (Progressive Web App).
  • No analytics/tracking cookies.

Website

The project can accessed at: just-another-todo-app.vercel.app 👈

Build it yourself

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!

License

This project is licensed under the MIT License — see the LICENSE.md file for details.