A notes app to help you organize your thoughts and tasks. This application allows users to create, edit, and delete notes efficiently.
In this project, I learned a lot about custom components. Custom components allow for reusable and modular code, making it easier to manage and maintain the application. Each component encapsulates its own logic and presentation, which enhances the overall structure of the app.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ssanudin/simplenotes.git
- Navigate to the project directory:
cd simplenotes
- Open
index.html
in your browser to view the application.
- Add new notes using the provided form.
- View and manage your notes in the main section of the app.
This project is licensed under the MIT License.