Skip to content

A simple Todo List application with React-Redux.

Notifications You must be signed in to change notification settings

henryckh/todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoReact

A simple Todo List application with React-Redux. Check the DEMO here.

Screenshot 2021-09-12 at 7 02 03 PM

Table of Contents

Background

Todo App build from scratch using create-react-app using YARN as package managers. Please AVOID using npm install else there will be dependency error.

Prerequisites

The development of this project uses node v12.18.1 and npm v6.70. It's suggested to have node >= 14 and npm >= 5.2 and yarn 1.1.22.10 locally installed. Please make sure you have the yarn installed, it should have shipped with nodejs by default.

To check if yarn installed

yarn --version

To install yarn via npm

npm install -g yarn

Install

To install the dependencies, or if you experienced dependency issue, please remove node_modules and run below command again

yarn install

Usage

Development or run in local

yarn run start

You can view the application on http://localhost:3000

Build for production

yarn run build

About

A simple Todo List application with React-Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published