AnnieDebbie / expense_tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense_tracker

  • This is a React JS app. It is a product of the highly-rated full react course by Maximilian Schwarzmüller on Udemy.

  • The app lets you track your yearly, daily and monthly expenditure through charts that visualize expense data

  • Building the app allows me learn the following:

    • All the core basics: How React works, building components with React & building UIs with React
    • Components, props & dynamic data binding. Functional components, class components
    • Working with user events and state to create interactive applications
    • How React works under the hood
    • How to work with lists and conditional content

Project setup

  1. Clone the repository
  2. Run npm install
  3. In the project directory, you can run: npm start This runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
    You may also see any lint errors in the console.

About