Zen Note is an interactive journal web application that allows users to record their daily learnings in a visually appealing and easy-to-use platform. It features a professional design with light and dark modes, glassmorphism effects, and emoji-driven actions. Users can add, view, and delete learnings, and even generate beautiful snapshots of their entries with the option to download or copy them.
Daily Learnings Entry:
Delete Functionality:
Snapshot Creation:
Dark Mode:
Responsive Design:
Storage:
localStorage
so users can retrieve their previous learnings even after refreshing or closing the page.We welcome contributions from the community. Here's how you can get involved:
1.Star the Repository
2.Create the Issue & Get Assigned Create the issue you want to work on and get assigned or Get assigned to already created issue by us.
Fork the Repository: Fork the repository to your own GitHub account by clicking the "Fork" button.
Create a Branch: Once you've forked the repo, create a new branch:
git checkout -b new-feature
Make Your Changes: Make sure your code adheres to our styling guide (follow the existing conventions in HTML, CSS, and JavaScript).
Push Your Changes: Push the changes to your branch:
git push origin new-feature
Create a Pull Request: Go to your fork on GitHub and create a pull request. Please provide details on the changes you've made.
To run this application, you need the following:
1.Star the Repository: Star this repository to access this from your profile and to share.
Clone the Repository:
git clone https://github.com/your-username/zen-note.git
cd zen-note
Open the Application:
Open the index.html
file in your browser:
open index.html
Enjoy the Features: Start entering your daily learnings, toggle between light and dark modes, and generate beautiful snapshots of your notes!
This project is licensed under the MIT License. See the LICENSE file for more details.