/to-do

Primary LanguageHTML

TODO List

This project is part of Javascript Module with the aim of building an advanced TODO List with plain Javascript



Watch the Live VersionPrerequisitesGetting StartedUsageContributingAuthorShow your supportLicenseAcknowledgmentsReport 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

##Homepage Screenshot from 2021-06-14 20-15-26

Watch the Live Version

Live Demo

Prerequisites

  • JavaScript ES6
  • Text Editor
  • Git
  • NodeJS
  • Webpack

Getting Started

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal :
    $ git clone git@github.com:Rashad-Muntar/to-do.git
  4. Run cd todo-list
  5. Install the needed dependencies
    $ npm install
  6. run
    npm run build
    to bundle scripts with webpack a static module bundler for modern JavaScript applications
  7. In develoment mode run
    npm run start
    This will allow you to watch changes in entry files
  8. Run the unit tests and make sure they all pass
    npm run test

Usage

Lauch the local version of this project opening the ./dist/index.html file in the browser

Contributing

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.

Author

👤 Rashad Muntar

👤 Railon Acosta

Show your support

Give a ⭐️ if you like this project!

License

This project is licensed under the MIT License