GreenProductive is a one-week project I created to kickstart my productive coding journey. It's a real-time updating to-do list featuring custom-designed UI elements. This project not only helped me refresh my javaScript skills but also reinforced my understanding of fundamentals methods and data structures.
- HTML
- CSS
- JavaScript
- ElectronJS
- Clone the repository
git clone https://github.com/Btelgeuse/GreenProductive.git - Install NPM packages
npm install - Install ElectronJS
npm install --save-dev electron
To run the application, run the command npm start
In this application you can create tasks, by writing it in the text field, then clicking the "+" button. It will appear on the
to-do list displayed below the date and the input field, and you'll be able to click on it once you got it done to strikethrough
the line. It will update automatically your progression bar, that updates its value according to the number of tasks you put, and
the number of tasks you finished.
Once you're done, click on the finish button to get your daily achievement score!
- Fork the project
- Create a feature branch (
git checkout -b ...) - Commit your changes (
git commit -m "...") - Push to the branch (
git push origin ...) - Open a pull request
Nobody contributed yet ;(
Joanne Andriamahandry
Here are the resources that helped me build this project: * * * *

