This is a simple Note App built using React.js and utilizes an API for data management.
- Create, edit, and delete notes.
- View a list of all notes.
- Access individual notes by dynamic routing.
- React.js
- Custom API from a Friend
- Clone the repository.
git clone https://github.com/your-username/your-repo.git
- Navigate to the project directory.
cd your-repo
- Install dependencies.
npm install
- Start the JSON server.
Start the JSON server.
- In another terminal, start the React application.
npm start
- Create new notes by clicking the "Add Note" button.
- Click on individual notes to view and edit their content.
- Delete notes by clicking the delete button.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Michael Victor