Started on the expenses tab. Made it so that when you click on one of the budgets you get set to the expenses tab for that budget.
Started on the expenses tab. Made it so that when you click on one of the budgets you get set to the expenses tab for that budget.
Started to make the create expenses thing does not work right now. making it work is the next step.
I made the create expense thing work. I also made them diplay in a table at the bottom. I found that after creating an expense, the text remained in the input boxes. To fix this, I cleared the input field state values after the expense was successfully added to the database. By add setName(“”); setAmount(“”); when with the toast. The date part is nto working right now but that is want i am going to do next.
Made the logo
Testing and improvement. I did some test on the budget and expense creation and found out that I had not really made it that full from like you were able to enter negative number and stuff. I also did some testing on how i was going host the website.
I added edit and delete buttons to delete or edit budgets. I also made it so you can press enter in the input sections to make it so that if every thing is right it will add the budget or expense. I also make it so that you can only add numbers and not letter and the number has to be above 0.
Bid some testing. Started to make the dashboard page.
Bid some testing. Started to make the dashboard page.
I added edit and delete buttons to delete or edit budgets. I also made it so you can press enter in the input sections to make it so that if every thing is right it will add the budget or expense. I also make it so that you can only add numbers and not letter and the number has to be above 0.
Testing and improvement. I did some test on the budget and expense creation and found out that I had not really made it that full from like you were able to enter negative number and stuff. I also did some testing on how i was going host the website.
I have created the landing page and the admin page(where you will be able to set the cupcake for the week) for the wedsite. I have also set it up on github pages so that i can host it for free.
The way I made the admin page update the cupcakes list is the following.
The admin page edits the cupcake list in the browser, using the locally saved GitHub token, then sends a PUT request to GitHub’s Contents API.That request commits the new public/data/weekly-cupcakes.json to karwals/Cupcakes on master, which triggers the GitHub Pages deploy workflow.
i have not made the images of the cupcakes work yet that is the next step. and making the order now work.
Forgot to add the commands in the Slack API Slash Commands list did that now it should be working now.
Made the logo
Made some improvements. like adding some new commands and fixxing some spelling mistakes.
I made the create expense thing work. I also made them diplay in a table at the bottom. I found that after creating an expense, the text remained in the input boxes. To fix this, I cleared the input field state values after the expense was successfully added to the database. By add setName(“”); setAmount(“”); when with the toast. The date part is nto working right now but that is want i am going to do next.
Started to make the create expenses thing does not work right now. making it work is the next step.
I’ve been working on the protfolio part of my project! The pc spins and is rendered through threeJS. You can rotate it but soon I will add more smooth animations and more interactive features.
Started on the expenses tab. Made it so that when you click on one of the budgets you get set to the expenses tab for that budget.