Deployment address: myinan.github.io/to-do-app/
A useful to-do application built with Vanilla Javascript. Features include task creation, deletion, and categorizing tasks. Implemented a clean and minimalistic user interface.
- Creating projects and adding tasks spesific to projects
- Task creation, deletion and categorization
- Clean and minimalistic user interface
Check out the live demo here.
-
Clone the repository:
git clone https://github.com/myinan/to-do-app.git
-
Navigate to the project directory:
cd to-do-app
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to
http://localhost:3000
- Create Project: Use the relevant input field to create a project.
- Add and Categorize Tasks: Add tasks to individual projects. Favorite a task for further categorizing.
- Remove Tasks: Click the "X" button next to each task to remove it.
- Vanilla JavaScript
- HTML, CSS
- gh-pages
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
Created by Yasir İnan - feel free to contact me!