This is a Next.js project for a laundry management system with an integrated 2048 game.
- Laundry machine status tracking
- User rating system
- 2048 game integration
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
components/
: React components for the applicationpages/
: Next.js pagesstyles/
: CSS stylespublic/
: Static assets
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.