Skip to content

mvaibhav131/react-redux_sum_todo_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

start the json server first run:

json-server --watch db.json --port 8080

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Main Page

image

Counter

image

Todo

image

Sum Calculator

image