/notes-app-using-reactjs

Full responsive notes using reacts.js, json-server for get a full fake REST API, material-UI, in which notes is add, update, del and read

Primary LanguageJavaScript

Project Video

notes-app-using-reactjs.webm

Available Scripts

In the root directory of project, you can run this commands on terminal:

npm install

npm start

In the root directory of project, add new terminal and run this command:

npx json-server --watch db/localApi.json --port 8000

Open [http://localhost:3000] to view it in your browser. Open [http://localhost:8000/blogApi] to view blogApi data into your browser.