Dailysh is a web-based diary application developed using HTML, CSS, and JavaScript (ECMAScript). This application provides an intuitive platform for managing daily tasks and notes without relying on any JavaScript frontend frameworks or backend/database development. The data is stored locally( local storage ). The project enhances the understanding of web application service flow and CRUD (Create, Read, Update, Delete) operations.
- Splash Page
- Task Management
- Add, View, Update, Delete tasks
- Total tasks count
- In-progress tasks count
- Upcoming tasks count
- Task details (title, description, status, priority, start date and time, due date and time, tags)
- Note Management
- Add, View, Update, Delete notes
- Light/Dark Mode
- HTML
- CSS
- JavaScript (ECMAScript)
- Web Components
To set up this project locally, follow these steps:
-
Clone the Repository
- Open a terminal or command prompt and navigate to the directory where you want to clone the project.
- Use the
git clonecommand followed by the URL of the remote repository:git clone https://git.clp.kr/anbschool/2nd/tech-a/prak-sreypov/praksreypov-dairy-web.git
-
Navigate to the Project Directory
- Change into the cloned project directory:
cd praksreypov-dairy-web
- Change into the cloned project directory:
-
View the Website
- Open the
index.htmlfile in your preferred text or code editor. - Right-click on the
index.htmlfile and select "Open with" or "Open in Browser" (depending on your operating system).
- Open the
praksreypov-dairy-web/
│
├── public/
│ ├── all-notes.html
│ │
│ ├── all-task.html
│ │
│ └── dashboard.html
|
├── src/
│ ├── images/
│ │ └── [image files]
│ ├── script/
│ │ ├── components
│ │ └── [ components files ]
│ │ ├── crud
│ │ └── [ crud files ]
│ | └── data
│ │ └── [ data files ]
│ └── styles/
│ └── [ styles files ]
│
├── index.html
├── README.md
└── .gitignore
Contributions are welcome!
Dailysh is a simple yet effective diary web application that demonstrates the use of HTML, CSS, and JavaScript for managing tasks and notes. Feel free to explore, use, and contribute to the project.
https://stripe-baron-50e.notion.site/Dairy-Web-Application-Dailysh-cf2b97c73f2c481da22d1203c0cebf67?pvs=4Dailysh - WISH MORE, ACHIEVE MORE!