Skip to content

rushijagani/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TODO app with Redux

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.

Getting started

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.

Prerequisites

To get this project up and running on your local system you'll need both yarn and node.js installed on your development system.

Installing

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

Local development / testing

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.

Deployment

To build a production copy for deployment cd into the project root and run the following command from your terminal:

yarn run build

Built with

  • 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.

Author

Built by Rushi Jagani

Credits

License

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