Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.24 KB

todo-react

A simple and minimalistic react app for creating and keeping track of to-do lists
check project live here - Todo App

todo-react uses semantic UI for styling UI and works without any back-end at all, using browser localstorage for storage, app state and data persistence. As the todo-react uses localstorage for data storage, your data is with you at all times and is local to the browser of any particular device.

Installable

todo-react is also available on android and windows in the form of PWA and can be installed like any native app from play store or microsoft app store.

Downloads

Running on localhost

Prerequisites

Setup

  1. git clone this repository
  2. cd to todo-react directory
  3. npm install
  4. npm start
  5. check you browser