A simple and user-friendly Notes App built using HTML, CSS, and JavaScript. This app allows users to create, edit, and delete notes effortlessly.
- Create new notes with a single click.
- Edit notes directly within the app.
- Delete notes when they are no longer needed.
- Responsive design for a seamless experience on both desktop and mobile devices.
Check out the live demo of the Notes App here.
- Clone the repository:
git clone https://github.com/adityadhiman-in/notes_app_javascript.git
- Navigate to the project directory:
cd notes_app_javascript
- Open the
index.html
file in your preferred web browser:open index.html
- Use the "Create Note" button to add new notes.
- Click on the notes to edit them.
- Click on the delete icon to remove notes.
Contributions are welcome! Follow the steps below to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request to the main repository.
This project is licensed under the MIT License.
- Remixicon for the icons used in the project.
- Google Fonts for the "Exo 2" font.
Feel free to customize this README.md
file to better suit your project's needs. Happy coding!
Feel free to reach out if you have any questions or suggestions!
Made with ❤️ by Aditya Dhiman