An open API service indexing awesome lists of open source software.

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

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

![Preview](src/images/preview.png)

## License

This project is licensed under the MIT License.