- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
To do List is a project done This is for the activity "To Do list: list structure" of the Microverse Program. The goal is to to use webpack and ES6.
- HTML
- CSS
- JavaScript
Client
- Use Webpack
- Use ES6
- Use Add/Update/Remove Tasks
comming soon!
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Web browser.
- Code editor.
- Git
Clone this repository to your desired folder and install required dependencies:
cd my-folder
git clone git@github.com:myaccount/my-project.git
npm init -y
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev html-loader
npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
To run the project, execute the following command:
npm run build
npm start
To run tests, run the following command:
Comming soon.
👤 Nylbert Victor
- GitHub: @Nylbert Victor
- Twitter: @Nylbert Victor
- LinkedIn: Nylbert Victor
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Thanks for checking out our books app! Please feel free to reach out with any questions or feedback, as your input is greatly appreciated. And if you enjoyed the project, don't forget to leave a star on the repo ⭐️.
would like to thanks Microverse corporation for the README template.
Inspired by getminimalist, thanks to them
This project is MIT licensed.