- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A simple application to keep track of activities
- HTML
- JS
- CSS
Tech Stack N/A
Client
Server
Database
- Displays list of todos and indicates weather complete or not with line strike through
-
GitHub Pages:
To get the content of this project locally you need to run the following commands in your terminal.
- IDE (code editor) like: VScode, Sublime, etc
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/shafiuyushawu/Todo-List
- To access cloned directory run:
cd Todo List
To install linters and other project's dependencies run:
npm install
To run the project, execute the following command:
- Excute below command in the terminal to serve live
npm run dev
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
You can deploy this project using:
- N/A
👥 Author: Shafiu Ibn Yushawu
👤 Authors
- GitHub: @shafiuyushawu,
- Twitter: @shafiuyushawu
- Implement input for users to add todso.
- Create a function to receive user interaction to strike through todos.
Contributions, issues, and feature requests are welcome!
If you like this project, kindly follow me on GitHub 😊
- N/A
This project is MIT licensed.