Skip to content

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

Notifications You must be signed in to change notification settings

YourmixJNR/Reactjs-NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published