- This is a simple note-taking application built with React. It allows users to create notes, delete notes, and view their notes in a responsive grid layout.
- To install and run the app locally, follow these steps:
- Clone the repository to your local machine.
- Install the necessary dependencies by running
npm install
in the project directory. - Start the development server by running
npm start
. - Open your browser and navigate to http://localhost:3000.
-
To use the app, simply start typing in the "Create a Note" section at the top of the page. Once you have entered a title and some content for your note, click the "Add" button to save it.
-
To delete a note, click the trash can icon in the top-right corner of the note.
- Responsive design across all devices
- If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.