Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakarrot92/todo-review
https://github.com/kakarrot92/todo-review
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kakarrot92/todo-review
- Owner: kakarrot92
- Created: 2021-12-14T13:25:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T13:36:41.000Z (about 3 years ago)
- Last Synced: 2023-03-10T12:02:35.713Z (almost 2 years ago)
- Language: JavaScript
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.