An intuitive and lightweight in-browser application for jotting down quick notes and ideas. Built purely with vanilla HTML, CSS, and JavaScript.
This project was developed to provide a clean, distraction-free digital space for users to quickly write and manage their thoughts without requiring complex software. It showcases core web development principles and DOM manipulation.
- Clean User Interface: A minimalist design to keep the focus on your content.
- Persistent Storage: Notes are saved in the browser's local storage, so your data persists between sessions.
- Create & Delete Notes: Easily add new notes or remove ones you no longer need.
- Responsive Design: Fully functional on both desktop and mobile browsers.
A live version of the project is hosted on GitHub Pages: https://rudraprasad69.github.io/Scribbler_Project/
(Note: You will need to set up GitHub Pages for this link to work. It's a fantastic way to showcase live projects.)
This is a static web project. No complex installation is required.
-
Clone the repository:
git clone [https://github.com/rudraprasad69/Scribbler_Project.git](https://github.com/rudraprasad69/Scribbler_Project.git)
-
Navigate to the project directory:
cd Scribbler_Project -
Open the
index.htmlfile in your browser. You can simply double-click the file or right-click and select "Open with..." your preferred browser.
This project is licensed under the MIT License. See the LICENSE file for details.