Simple budget-tracker fullstack web app.
- HTML
- CSS (SASS)
- JavaScript
- Modular approach using SASS and JavaScript native modules for styling and scripting, respectively
- NodeJS
- ExpressJS
- PostgreSQL
- ✅ Listing and filtering transactions
- ✅ Adding, Editing and Deleting transactions
- ✅ Calculating and displaying data summary based on created transactions
- ✅ Hide values
- ✅ UI theming
- ✅ Responsive layout
- Install it by running
npm install
in the project's root directory - Run the project with
npm start
- Build the project with
npm run build
- This project is purely a practical exercise intended for developing and/or showcasing my skills in the tools/techniques/concepts mentioned above. It's not meant to be a complete production-ready solution. If you have any questions or simply want to chat about it, feel free to reach out!