- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
To do List is a personal project where I implement knowledge aquired from ES6 and Webpack lessons to develop a To do list web app.
Client
- Add task: This project has a feature to enable user add a task to the to do list
- Remove task: This feature allows the user to remove task from the to do list.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Codes text editor
- Any preferable command line or terminal
- A web browser. I recommend Google Chrome.
Clone this repository to your desired folder by doing the following:
- Open your terminal or command line and cd into your prefered folder
- Run the command "git clone git@github.com:Adams-Ghub/to-do-list.git" in the terminal or command line
- Launch your Visual Studio codes
- Open your folder in the VS Codes and you are all set.
Once you clone the project it is already installed on your machine.
To run the project, follow one of the following steps:
- Open your browser
- run the command "npm start".
To run tests, do the following for each various tests:
- Run the command "npx hint ." to test for webhint linter errors
- Run the command "npx eslint ." to test for javascript linter errors
- Run the command "npx stylelint "**/*.{css,scss}"" to test for css linter errors
You can deploy this project using Github pages.
👤 Adams Bamfo
- GitHub: Adams-Ghub
- Twitter: @bamfoaf
- LinkedIn: Adams Bamfo
- Animations
- Interactivity
Contributions, issues, and feature requests are welcome!
Do not hesitate to notify me of any issue with this project through the issues page.
If you like this project help me propagate it more by following it's demo videos I have on the social media handles.
I would like to acknowledge and thank minimalist as I used their to do list is a reference for this project.
This project is MIT licensed.
# To-do List