A simple React.js expense tracking app, a practice project for React - The Complete Guide 2023 (incl. React Router & Redux) course on Udemy.
- Clone the project
git clone [link]
- Install the dependencies
npm install
- Start the server
npm run dev
Vite for bundling and faster dev environment.
Wil probably rewrite the components using the MUI library at a later stage.
Wil probably rewrite the whole project in TS or create a new one altogether.
Want to introduce Unit Testing.