In this project, I built a simple HTML list of To Do tasks. This simple web page is be built using webpack and served by a webpack dev server.
- HTML
- CSS
- Javascript
- Webpack
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git
- An IDE to run and edit code
- A web browser to display your result
Clone this repository to your desired folder:
Install this project with:
- cd with git
- Use npm init -y to create package.json file
- Create src directory
- Create index.js file
- Create index.css file
- Create template.html(as index.html) file
- This can be used to store lists of tasks to do.
To run tests, run the following command:
- Commit and push your changes
- Navigate to pull request
- Create a pull request
👤 Jacinta Ngwu
- GitHub: @JacintaNgwu
- Twitter: @jacinta_ngwu
- LinkedIn: jacinta_ngwu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...give a ⭐️
Hat tip to Microverse code reviewers ad to everyone who viewed this project and made suggestions.
This project is MIT licensed.
