Create an accounting single page app to track my sneaker side-hustle. It should support:
• Adding a new transaction with details such as date, amount, type (income/expense), and category (dropdown with e.g. sneaker brand) • View a list of my sneaker purchases, showing details like date, amount, type, and brand • Edit an existing sneaker purchase in case I made an error or an update is needed • Delete a sneaker purchase if it was added by mistake or is no longer relevant
Feel free to add some placeholder transactions.
This is a gptengineer.app-synced repository 🌟🤖
Changes made via gptengineer.app will be committed to this repo.
If you clone this repo and push changes, you will have them reflected in the GPT Engineer UI.
This project is built with React with shadcn-ui and Tailwind CSS.
- Vite
- React
- shadcn/ui
- Tailwind CSS
git clone https://github.com/GPT-Engineer-App-Dev/sneaker-hustle-tracker.git
cd sneaker-hustle-tracker
npm i
npm run dev
This will run a dev server with auto reloading and an instant preview.
- Node.js & npm - install with nvm