Task management app
Project Description
The idea of this project is to serve as a notebook for various tasks and deadlines. The application allows users to add tasks with a name, description, and deadline date. Users can also delete tasks and mark them as done. This project was created as a final project for the "Frontend basics" course in the second year of studies.
Features
- Add New Task: You can add a task with a name, optional description, and deadline date.
- Delete Task: Easily remove task from the application.
- Mark as Done: Mark task as done to keep track of your progress.
- User Interface: A clear and user-friendly interface that simplifies task management.
Technologies
- Svelte: A modern JavaScript framework for building user interfaces.
Installation Instructions
Follow these steps to set up and run the application locally:
- Open your terminal and navigate to the project directory where the files are located:
cd tasks
and install the necessary dependencies using npm:
npm i
- To start the development server, run:
npm run dev
- Once the development server is running, you can access the application by navigating to:
http://localhost:8080