- Database designed
- Basic UI design decided and artially implemented
- Graph UI used
- JDBC is yet to be attached to this project
- UI to be tweaked to look appealing
- Graph to be connected with the data got from the database
- Minor bug-fixes
To get this project, I would suggest to either
- git pull --reset. Here's the link to the Stack Overflow page explaining the same
- Simply download the master branch in the form of a zip file.
- Create a new directory, and write the following commands (basically create another git directory for the project)
git init
git git remote add origin https://github.com/AmeyaDaddikar/Daily-Expenses.git
git pull origin master
# IF THIS DOES NOT WORK, THEN
git fetch origin master