- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A project for demonstrating how we can use webpack to bundle a javascript application.
To-Do List will be a simple todo list tracker built on webpack.
The technologies used are HTML/CSS/JS, modules bundled with webpack.
Server
Database
Key features include:
- Webpack
Here's the link to my project:
Steps to run:
To get a local copy up and running, follow these steps.
In order to clone and run this project you need:
- A working browser
- Installation of Git
- Internet browser
- Code editor like VS code
- Live dev server plugin on VS code
Clone this repository to your desired folder:
- To clone the project, copy the repository and git clone
- Open the folder using VS code
Install this project with:
- Add linters to your local workspace by installing the eslint extension on VS code
- Install eslint on node using
npm i -g eslint
To run the project, execute the following commands:
- Run the index.html file using a live server
- Make changes to the HTML/CSS
- See the changes on your browser without refreshing
You can deploy this project using: N/A
👤 Abel Tefera
- GitHub: @abel-tefera
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Adding todo items
- Removing todo items
- Marking items as completed
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please star it.
I would like to thank the Microverse community for giving me the opportunity to work on the cirriculum.
This project is MIT licensed.