- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
To Do List is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
Client
- ES6 syntax
- Use Separate Modules
- DOM manipulation
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A text editor like Microsoft Visual Studio Code.
- A Github account.
- Internet Connection.
- Basic HTML, CSS and JavaScript knowledge.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Bifabig/to-do-list.git
Run this command inside the cloned repository
npm install
To run the project, execute the following command:
Open the index.html file in your browser
To run tests, run the following command:
For styling
npx stylelint "**/*.{css,scss}"
For JavaScript
npx eslint .
You can deploy this project using:
Github Pages
👤 Biftu Girma
- GitHub: @Bifabig
- Twitter: @biftu94
- LinkedIn: Biftu Girma
👤 Nilab Khwajazada
- GitHub: @nilab-khwaja
- Twitter: @Nilab_Khwajazada
- LinkedIn: Nilab Khwajazada
- Make the tasks draggable
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project:thumbsup:
I would like to thank Microverse and my coding partners.
This project is MIT licensed.