https://github.com/ssanudin/simplenotes
A simple notes app to help you organize your thoughts and tasks
https://github.com/ssanudin/simplenotes
custom-component custom-components javascript javascript-custom-components notes notes-app notes-application notes-website
Last synced: 2 months ago
JSON representation
A simple notes app to help you organize your thoughts and tasks
- Host: GitHub
- URL: https://github.com/ssanudin/simplenotes
- Owner: ssanudin
- License: mit
- Created: 2025-03-08T06:50:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T07:03:14.000Z (2 months ago)
- Last Synced: 2025-03-08T07:30:40.086Z (2 months ago)
- Topics: custom-component, custom-components, javascript, javascript-custom-components, notes, notes-app, notes-application, notes-website
- Language: JavaScript
- Homepage: https://ssanudin.github.io/simplenotes/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes App
## Description
A notes app to help you organize your thoughts and tasks. This application allows users to create, edit, and delete notes efficiently.
## Custom Components
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.
## Installation
To set up the project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ssanudin/simplenotes.git
```
2. Navigate to the project directory:
```bash
cd simplenotes
```
3. Open `index.html` in your browser to view the application.## Usage
- Add new notes using the provided form.
- View and manage your notes in the main section of the app.## Preview

## License
This project is licensed under the MIT License.