💻 Check out the live site: mooncellar.space
MoonCellar.Space is a sleek, modern gaming database that empowers users to manage their gaming journey. Built with Next.js and styled with SASS, this platform provides a seamless experience for tracking games, organizing wishlists, and rating titles.
- Game Tracking: Mark games as completed, wishlist, or abandoned.
- Personalized Ratings: Rate your favorite (or least favorite) games.
- User-Friendly Interface: Intuitive and responsive design for all devices.
- Dynamic Data Management: Built to handle and display large game libraries efficiently.
- Frontend: Next.js - A powerful React framework for building dynamic web applications.
- Styling: SASS - A CSS preprocessor to make styles more maintainable and organized.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/your-username/mooncellar.space.git cd mooncellar.space
-
Install dependencies:
yarn install # or npm install
-
Run the development server:
yarn dev # or npm run dev
-
Open your browser and navigate to:
http://localhost:3000
Here's a quick overview of the main project structure:
mooncellar.space/
├── public/ # Static assets
├── pages/ # Next.js pages
├── lib/ # Helper functions and utilities
└── ... # Other configuration and files
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message here"
- Push to your branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the GNU.
- Inspired by gamers and their love for tracking progress.
- Powered by the latest web technologies.