- 📖 About the Project
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
In this project, yIou will add some functionality to your application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.
The various stacks used for the project includes the following
HTML
Javascript
CSS
Linters
- Create a new JavaScript file for the new functionality
- Implement a function for adding a new task (add a new element to the array).
- Implement a function for deleting a task (remove an element from the array).
- Implement a function for editing task descriptions.
- Add event listener to the checkbox (change).
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:
On macOS, by using Homebrew you can install.
# install git
$ brew install git# install node
$ brew install nodeOn Windows, by using chocolatey you can install.
# install git
C:\> choco install git# install node
C:\> choco install nodeClone this repository to your desired folder:
# Clone this repository
$ git clone https://github.com/yemidada/desktop-version-portfolio.git
# Go into the repository
$ cd desktop-version-portfolio
# Install dependencies
$ npm install
After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.
👤 Author
-
GitHub: @yemidada
-
Twitter: @naijavine
-
LinkedIn: yemidada
-
GitHub: @yin-ka
-
LinkedIn: yusuf-sholotan
- Improve the designs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can support us by sharing our code
Thanks you microverse for the opinion to opportunity
-
Do you need nodejs installed on your machine
- Yes, nodejs need to be running properly on your machine
-
Can you test linter on your local machine and github
- Yes, you can do both
This project is MIT licensed.