This is a simple notebook web app built using HTML, CSS, and JavaScript. It allows users to type and save notes in their browser.
- Light and dark theme switcher using JavaScript
- Minimalist design using CSS
- Save notes in browser's local storage
You can view a live demo of this web app here.
To use this web app locally, simply clone the repository:
git clone https://github.com/yourusername/simple-notebook.git
Then open the index.html
file in your web browser.
To use the notebook, simply start typing in the text area. Your notes will be automatically saved in your browser's local storage.
To switch between light and dark themes, toggle the switch in the upper right corner of the screen.
This project is licensed under the MIT License. See the LICENSE
file for details.