Skip to content

myinan/to-do-app

Repository files navigation

To-Do-App (Deployed to gh-pages)

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.

Table of Contents

Features

  • Creating projects and adding tasks spesific to projects
  • Task creation, deletion and categorization
  • Clean and minimalistic user interface

Demo

Check out the live demo here.

All Tasks Screen Next Seven Days Tasks Screen

Installation

  1. Clone the repository:

    git clone https://github.com/myinan/to-do-app.git
  2. Navigate to the project directory:

    cd to-do-app
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and go to http://localhost:3000

Usage

  • 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.

Technologies Used

  • Vanilla JavaScript
  • HTML, CSS
  • gh-pages

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Contact

Created by Yasir İnan - feel free to contact me!

About

A useful to-do application built with Vanilla Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published