- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Aproject to build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later . The web page will be built using webpack and served by a webpack dev server.
[Todo List]
-Webpack
- Javascript : modules and dynamic content creation
-Scss for simple styling
- Set up a new project with webpack
- Write a function to iterate over the tasks
-On page load render the dynamically created list
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code
- Web browser such as chrome
- Internet Access
Clone this repository to your desired folder:
git clone : https://github.com/hydaline-code/Tod-List.git
cd folder
code . :open in vscode
Install this project with:
npm install : if you have Node.js
npm run build : to build webpack
npm start : to see the project live
To run syntax checks tests, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
You can deploy this project using:
gh-pages
netlify
vercel
👤 Hydaline
- GitHub: [https://github.com/hydaline-code]
- LinkedIn: [https://www.linkedin.com/in/charlene-djoungang-0851aa21a/]
- Apply complete stylings to make more beautiful
- A complete customization of the SPA
Contributions, issues, and feature requests are welcome!
If you like this project you can go ahead give some stars to the repository.
I give thanks to Microverse community for investing in me. I am looking forth to building more projects
This project is MIT licensed.