https://github.com/danialeyz/note-app-oop
This note-taking application, designed with HTML, Tailwind CSS, Daisy UI, and vanilla JavaScript, provides a clean and intuitive interface for capturing, organizing, and managing your ideas effectively. ❌( Due a problem with Vercel the link does not work at the time ) ❌
https://github.com/danialeyz/note-app-oop
daisyui frontend note-taking notes-app tailwindcss vanilla-javascript
Last synced: 2 months ago
JSON representation
This note-taking application, designed with HTML, Tailwind CSS, Daisy UI, and vanilla JavaScript, provides a clean and intuitive interface for capturing, organizing, and managing your ideas effectively. ❌( Due a problem with Vercel the link does not work at the time ) ❌
- Host: GitHub
- URL: https://github.com/danialeyz/note-app-oop
- Owner: danialeyz
- Created: 2024-09-08T18:49:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T11:09:59.000Z (8 months ago)
- Last Synced: 2025-02-03T20:01:56.499Z (4 months ago)
- Topics: daisyui, frontend, note-taking, notes-app, tailwindcss, vanilla-javascript
- Language: CSS
- Homepage: https://note-app-eight-self.vercel.app
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note-Taking Application
A Modern and Interactive Note Manager
Overview
This note-taking application, designed with HTML, Tailwind CSS, Daisy UI, and vanilla JavaScript, provides a clean and intuitive interface for capturing, organizing, and managing your ideas effectively.
Key Features
Create Notes: Easily jot down your thoughts and ideas with a dedicated title and body section.
Save Notes: Your notes are automatically saved for convenient access later.
Track Date: Each note is timestamped with its creation date, helping you recall when you first captured the idea.
Edit Notes: Modify your notes anytime by clicking on them to make updates or revisions.
Delete Notes: Remove notes that are no longer relevant or needed, streamlining your list.
Technologies UsedHTML: Provides the fundamental structure of the application.
Tailwind CSS: A utility-first CSS framework for building responsive layouts and styles efficiently.
Daisy UI: A pre-built component library on top of Tailwind CSS that empowers you to create beautiful and functional user interfaces with ease.
Vanilla JavaScript: Handles all core functionalities like creating, editing, saving, deleting, and displaying notes.