This project was bootstrapped with Create React App.
In the project direct, to install depencencies, you can run the following command:
Since the app uses a json-server, before starting the app you should first run the json-server via following command in the project directory:
You can change both the port and endpoint url inside the config.js to make the app compatible with your own database.
After run the json-server, to execute the app, you can run the following command in the project directory:
The command runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
As its name suggests, this is a note keeping app. It basically allows you to add, delete, update and view notes. It has a responsive design, namely, you can use it in which device you desire. For any issue you have run into, please do not be shame an open up and issue or you can make a pull request as you wish.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.