Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 941 Bytes

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