https://github.com/kakarrot92/todo-list
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.
https://github.com/kakarrot92/todo-list
css html javascript webpack
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kakarrot92/todo-list
- Owner: kakarrot92
- Created: 2021-11-29T08:49:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T20:30:04.000Z (over 4 years ago)
- Last Synced: 2025-09-01T16:51:39.886Z (10 months ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 632 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
###

## 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](https://kakarrot92.github.io/ToDo-List/)
## 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**
- GitHub:https://github.com/kakarrot92
- Twitter:https://twitter.com/kakarrot1992
- LinkedIn:https://www.linkedin.com/in/bogdan-stojanovic-97829b136/
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.