An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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](./src/images/screenshots/todo-list.png)

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