- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgments
- 📝 License
A project to build a simple HTML Todo List. The list is styled with TailwindCSS, making use of dynamic content creation through JavaScript and built using Webpack.
[Todo List Live Demo Link] (replace with your link)
- Webpack
- JavaScript: modules and dynamic content creation
- TailwindCSS for styling
- Webpack configuration for project setup
- Dynamic iteration over tasks to create Todo List
- On page load, render the dynamically created list
Follow these steps to get a local copy up and running.
- Visual Studio Code
- Modern Web Browser (e.g., Chrome)
- Internet Access
Clone the repository to your desired folder:
```sh git clone https://github.com/tinganjoseph/JavaScript-tailwindcss-todo-list cd JavaScript-tailwindcss-todo-list code . # open in vscode ```
```sh npm install # if you have Node.js npm run build # to build webpack npm start # to see the project live ```
```sh npx hint . npx stylelint "**/*.{css,scss}" ```
Deploy using:
```sh netlify ```
👤 Tingan Joseph
- GitHub: tinganjoseph
- LinkedIn: Tingan Joseph
- Enhancements to styling and customization
- Additional features for the Single Page Application (SPA)
Contributions, issues, and feature requests are welcome!
If you like this project, please give it a star!
Special thanks to everyone who has supported this project.
This project is MIT licensed.