Skip to content

alexgrist14/MoonCellar

Repository files navigation

💻 Check out the live site: mooncellar.space

🌙 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.

🚀 Features

  • 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.

🛠️ Tech Stack

  • Frontend: Next.js - A powerful React framework for building dynamic web applications.
  • Styling: SASS - A CSS preprocessor to make styles more maintainable and organized.

💡 Getting Started

Follow these steps to set up the project locally:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mooncellar.space.git
    cd mooncellar.space
  2. Install dependencies:

    yarn install
    # or
    npm install
  3. Run the development server:

    yarn dev
    # or
    npm run dev
  4. Open your browser and navigate to:

    http://localhost:3000
    

📂 Project Structure

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

🌟 Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.

Steps to Contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes:
    git commit -m "Add your message here"
  4. Push to your branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

🛡️ License

This project is licensed under the GNU.

🙌 Acknowledgements

  • Inspired by gamers and their love for tracking progress.
  • Powered by the latest web technologies.