Alcatraz714 / Task-Reminder-React-Json

Self Hosted React based notebook type reminder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task-Reminder-React-Json

Self Hosted React based notebook type reminder

Available Scripts

In the project directory, you can run:

npm start

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

Basic Design and Views

Capture

Capture1

Requires React and JSON serve for running in server mode, Developer mode works with only App.js mainscript Data Array without any changes.

db.JSON file can be used for adding and starting self hosted server Mock server based on rest API

Install JSON server

npm install json-server

Server already added in package.json

image

run by using

npm run server

runs at http://localhost:5000 to use with React App.js

You are good to go now !

About

Self Hosted React based notebook type reminder


Languages

Language:JavaScript 57.1%Language:HTML 29.9%Language:CSS 12.9%