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

https://github.com/felipeg005/to-do-list-es6

A great tool to manage all your task to do, create and edit with a clean design using JavaScript Webpack Jest Babel CSS and HTML
https://github.com/felipeg005/to-do-list-es6

html-css-javascript webpack

Last synced: about 1 month ago
JSON representation

A great tool to manage all your task to do, create and edit with a clean design using JavaScript Webpack Jest Babel CSS and HTML

Awesome Lists containing this project

README

        

# To do list App

> App to storage your daily tasks.

![screenshot](./app_screenshot.png)

## Built With

- HTML-CSS-JAVASCRIPT-WEBPACK

## Live Demo

[Visit Live Demo Link](https://felipeg005.github.io/To-Do-List-ES6/)

## Getting Started

You can visit the Live Demo or clone the repository and open the dist/html.index file with your browser to see the project.

To get a local copy up and running follow these simple example steps

### Prerequisites

- Before we begin, make sure you have a fresh version of Node.js installed

### Set-up & Install

- [First clone the repo](https://github.com/Felipeg005/To-Do-List-ES6/) and checkout the latest branch.

- To install the latest release or a specific version, run one of the following commands:

npm install --save-dev webpack

or specific version

npm install --save-dev webpack@

- If you're using webpack v4 or later and want to call webpack from the command line, you'll also need to install the CLI.

npm install --save-dev webpack-cli

- The webpack-dev-server provides you with a rudimentary web server to see the project. Let's set it up:

npm install --save-dev webpack-dev-server

### Usage

- Please run - npm run build - and then run - npm start - on the project folder

👤 **Author**

**Juan Felipe Gomez Tobon**

- GitHub: [@githubhandle](https://github.com/Felipeg005/)
- Twitter: [@twitterhandle](https://twitter.com/JuanFGT05)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juan-felipe-gomez-tobon/)

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Thanks to Microverse for make it possible!
- Challenge creator

## 📝 License

This project is [MIT](./MIT.md) licensed.