Skip to content

TejasNasre/nexmeet

Repository files navigation

NexMeet Event Platform

NexMeet is an open-source event platform where you can discover a wide range of events, from non-technical to technical. We cover it all! The best part is, we offer an easy-to-use event management system for organizers, and they can also find event spaces nearby.


License: Apache

🌟 Stars 🍴 Forks 🐛 Issues 🔔 Open PRs 🔕 Close PRs
Stars Forks Issues Open Pull Requests Close Pull Requests

💻 Tech Stack

Next.js Shadcn UI Tailwind CSS Supabase

🏆 Featured In

Event Logo Event Name Event Description
GSSoC-EXT GirlScript Summer of Code EXT GirlScript Summer of Code Extd is a 1-month long #OpenSource program by GirlScript Foundation. 1st Oct - 10th Nov 2024

Key Features

  • Discover Events - Find a wide range of events from non-technical to technical
  • Event Management System - Organizers can easily manage their events
  • Event Spaces - Find event spaces nearby

Setup and Installation

Follow these steps to set up NexMeet your local machine:

  1. Fork the Repository & Clone it:

    • Fork the NexMeet repository to your GitHub account.
    • Clone the forked repository to your local machine using the command:
      git clone https://github.com/your-username/nexmeet.git
      
  2. Create a New Branch:

    • Create a new branch to work on using the command:
      git checkout -b <branch_name>
      
  3. Install Dependencies:

    • Navigate to the project directory and install the dependencies using:
      npm install
      
      or
      yarn install
      
  4. Start the Development Server:

    • Start the development server by running:
      npm run dev
      
      or
      yarn dev
      
  5. Database and Authentication Setup:

    • Refer to the LEARN.md file for detailed instructions on setting up your database and authentication.
  6. You're Good to Go:

    • With the setup complete, you're ready to start exploring.

MAKE PR TO DEV BRANCH ONLY

Upcoming Features🎉

  • add events to the gogle calendar
  • add event reminders
  • add event notifications
  • add event feedback
  • add event likes
  • add event comments
  • add event chat
  • add event attendees

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you would like to help improve the project.

NOTE 1: Please abide by the Contributing Guidelines.

NOTE 2: Please abide by the Code of Conduct.

NOTE 3: We follow the following coventional commit types

License

This project is licensed under the Apache 2.0 License & all rights reserved to author TejasNasre

Contributors💖

Thank you for being a part of this project!

Contributors

(Back to top)