This project is part of Javascript Module with the aim of building an advanced TODO List with plain Javascript
✧
Watch the Live Version ✧
Prerequisites ✧
Getting Started ✧
Usage ✧
Contributing ✧
Author ✧
Show your support ✧
License ✧
Acknowledgments ✧
Report Bug✧
TODO List The main goal of this project is to understand the benefits of modularized code as well as the ability to set up a javascript application made of different modules using webpack and more advanced ES6 features
- JavaScript ES6
- Text Editor
- Git
- NodeJS
- Webpack
- Open Terminal.
- Navigate to your desired location to download the contents of this repository.
- Copy and paste the following code into the Terminal :
$ git clone git@github.com:Rashad-Muntar/to-do.git
- Run
cd todo-list
- Install the needed dependencies
$ npm install
- run
to bundle scripts with webpack a static module bundler for modern JavaScript applications
npm run build
- In develoment mode run
This will allow you to watch changes in entry files
npm run start
- Run the unit tests and make sure they all pass
npm run test
Lauch the local version of this project opening the ./dist/index.html
file in the browser
This project was created for educational purposes as part of the Microverse web development curriculum; contributing is not accepted.
Feel free to check the issues page.
👤 Rashad Muntar
- GitHub: @Rashad-Muntar
- Twitter - @RashadToure
- LinkedIn: Rashad Muntar
👤 Railon Acosta
- GitHub: @railonA
- Linkedin: @railonAcosta
- Twitter: @railonAcosta
Give a ⭐️ if you like this project!
This project is licensed under the MIT License