Skip to content

To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.

kakarrot92/ToDo-List

Repository files navigation

To Do List

In this project, you will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server.

Projects Screenshots

screenshot

Built With

  • Major languages (HTML, CSS, JavaScript)
  • Technologies used - Webpack(Code Bundlng et al), Git(version control), ESLint(JavaScript linting), WebHint(linting tool), Stylelint(style linting)
  • Frameworks (None)

Live Demo

Live Demo Link

Getting Started

Open your command line To clone this project, in your command line move where your want to save the project Run this command git clone https://github.com/kakarrot92/ToDo-List.git Move into the project cd ToDo-List or press the green Code button in the upper right corner and choose to download from the Download ZIP link.

Install

  • Git
  • Node

Usage

  • Run npm install
  • Run npm run build
  • Open dist/index.html

Prerequisites

  • Code editor (VS Code, Sublime, Atom)

Authors

👤 Bogdan Stojanovic

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published