Money Jar is an interactive web game designed for children to learn about saving money in a fun and engaging way.
- Frontend: Vue 3
- Backend: Node.js
- Build Tool: Vite.js
- Engaging gameplay for children to learn about saving money.
- Progressive Web Application (PWA) for easy access on various devices.
- Utilizes localStorage API to store user data locally.
- Provides a daily reward for game progression, managed via one cookie.
- Visit the Money Jar website on your preferred device.
- Track your progress and watch your savings grow!
To run Money Jar locally for development purposes, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Install dependencies using
pnpm install
. - Start the development server using
npm run dev
. - Access the application in your browser at
http://localhost:5173
.
Contributions to Money Jar are welcome! If you find any bugs or have ideas for improvements, please open an issue or submit a pull request.