Skip to content

Latest commit

 

History

History
87 lines (43 loc) · 2.91 KB

File metadata and controls

87 lines (43 loc) · 2.91 KB

WahooWallet 💸

Welcome to WahooWallet!

  • Explore the resources below to familiarize yourself with the project. Items with a * are highly recommended.

WahooWallet will be a web application to help students manage and track their finances, improving budgeting and financial literacy.


To-dos*

  • When2Meet: Please fill out the When2Meet to schedule our next meeting.

  • Discord: If you haven’t yet, join our Discord channel for team communication. Regular updates will be posted on the WahooWallet subchannel. If you can’t access it, let me know via email or ping me on Discord.


Things to install*

  • Visual Studio Code: This is the code editor we’ll use. It's lightweight, popular, and supports extensions for Python and React.

  • Node.js: We'll use this to run the React project. Please install the LTS version.

  • Django: Install Python from python.org. Once Python is installed, run the following to install Django.

    • pip install django
      
  • PostgreSQL and create a database for WahooWallet:


Resources

About Our Project

  • WahooWallet is designed to improve financial literacy through personalized budgeting tools and resources.

ReactJs

  • Official ReactJs: Explore the official React.js docs. It’s an excellent place to start, but feel free to use other tutorials.

  • Vite + React: Vite is our tool of choice to set up the React project, offering faster builds than create-react-app.

  • Beginner React Tutorial*: This tutorial covers the React basics.


Backend: Python


PostgreSQL


General Web Development

  • MDN Web Docs: Official documentation for web development. It's a great resource for HTML, CSS, and JavaScript.

Git & GitHub


UI/UX Design

  • Figma: Our design tool of choice for wireframes and UI/UX prototyping.

  • Figma Tutorial: This is a great tutorial to get started with Figma.


Additional