In this project, we're going to create a Simplified Budget
You can use as many (or as few) tools, libraries, and frameworks as you'd like. If you're trying to learn something new, this would be a great way to push yourself.
- The user should be able to enter a budget amount. As soon as they move leave the budget amount input field (blur), the summary information should update
- The user should be able to ender a vendor and an amount into the input fields. When they click on the plus button, the amount should get added to the table on the expenses table on the right.
- When an expense is added, the summary information should be updated
- The user should be able to click on the delete an expense button and the row will be removed
- When an expense is removed, the summary information should be updated
- The summary information in the footer should display the income, expenses, and balance
- If the balance is a positive number, the text should be green.
- If the balance is a negative number, the text should be red.
- Upgrade to the Solution Tier. You'll get a video explanation from James.
- Join the Learn Build Teach Discord community. We have a separate channel set up specifically for the Advent of JavaScript.
- To get started, download the zip file. This includes all the project assets you need to get started: HTML, CSS, images, and fonts.
- Take a look around. Look at the project's Figma file. This is a great way to see how the pieces and parts should look within the browser.
- Open the project's
README.md
file. It has additional information on how the project is structured. - Customize your project/file architecture to your liking.
- Happy coding!
- Once you're finished, share your work using #adventofjs
- Use a framework like React, Vue, or Svelte. Or, if you're feeling particularly adventurous, try writing everything in Vanilla JavaScript.
- Take a step back and try writing the HTML and CSS for this project yourself. Start with the provided Figma file. If you get stuck, consider purchasing the Advent of CSS solutions, where Amy explains exactly how to build this.
- Add animation as the information loads, exits, and updates.
- Add form validation
- Show and hide the bottom summary bar.
- Add the ability to edit an expense
- Can I use libraries/frameworks on these projects?
- Of course! We're providing the vanilla HTML and CSS, but you can use whatever tools and frameworks you'd like.
- Oh no! I'm stuck!
- Check out the Learn Build Teach Discord. We have a specific channel set up, just for the Advent of JavaScript.
- Can I use this project in my portfolio?
- Sure! But, be honest about the work that you did