ReactJS based responsive Add Todo task single page application with data persistence support using local storage.
Demo:
https://rushijagani.github.io/react-todo/
Start making your own Todo List and when you revisite the site you can see your existing Todo list without SignUp/Login/Registeration.
You can also use it from any device you have from your browser.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
See deployment for notes on how to deploy the project on a live system.
To get this project up and running on your local system you'll need both yarn and node.js installed on your development system.
To install all dependencies required for the project, clone or download the source cd into the project root and from your terminal run:
yarn install
The project uses Create React App, which includes a local development server cd into the project root and run the following command from the terminal:
yarn start
Create React App will build a development version of the app. The localhost / local network preview address will be printed to the console.
To build a production copy for deployment cd into the project root and run the following command from your terminal:
yarn run build
-
React - JavaScript UI development library
-
React Redux - A predictable state container for JavaScript applications(React)
-
Lodash - A modern JavaScript utility library delivering modularity, performance & extras.
-
MATERIAL-UI - React components for faster and easier web development. Build your own design system, or start with Material Design.
Built by Rushi Jagani
- Icons made by Pixel perfect from flaticon
- Icons made by Freepik from flaticon
This project is licensed under the MIT License - see the LICENSE.md file for details