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
- Host: GitHub
- URL: https://github.com/felipeg005/to-do-list-es6
- Owner: Felipeg005
- Created: 2021-08-16T14:33:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T21:34:55.000Z (over 3 years ago)
- Last Synced: 2025-01-18T15:34:31.289Z (4 months ago)
- Topics: html-css-javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To do list App
> App to storage your daily tasks.

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