Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.1 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.1 KB

ReactJS NoteApp

This is a simple Note App built using React.js and utilizes an API for data management.

Features

  • Create, edit, and delete notes.
  • View a list of all notes.
  • Access individual notes by dynamic routing.

Technologies Used

  • React.js
  • Custom API from a Friend

Installation

  1. Clone the repository.
git clone https://github.com/your-username/your-repo.git
  1. Navigate to the project directory.
cd your-repo
  1. Install dependencies.
npm install
  1. Start the JSON server.
Start the JSON server.
  1. In another terminal, start the React application.
npm start

Usage

  • 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.

Contributing

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.

License

MIT

Author

Michael Victor