Skip to content

NexGenCoder/event-genie-frontend

Repository files navigation

Event Genie Frontend Setup

Event Genie is a platform that helps you find and create events that you'll love. Discover events tailored to your interests, connect with like-minded individuals, and create memorable experiences.

Tech Stack

  • Next.js
  • TypeScript
  • Ant Design
  • Redux Toolkit (RTK)

Prerequisites

Make sure you have the following installed:

Getting Started

  1. Clone the repository

    git clone https://github.com/NexGenCoder/event-genie-frontend
    cd event-genie-frontend
  2. Install dependencies

    yarn
  3. Run the development server

    yarn dev

    The development server should now be running on http://localhost:3000.

Styling

We use Ant Design for UI components and Tailwind CSS for utility-first CSS styling.

State Management

We use Redux Toolkit (RTK) for calling APIs and managing global state.

Available Scripts

In the project directory, you can run:

  • dev: Runs the app in development mode.
  • build: Builds the app for production.
  • start: Starts the app in production mode.
  • lint:fix: Fixes linting errors.
  • type:check: Checks TypeScript types.
  • lint:check: Checks linting errors.
  • prettier:check: Checks Prettier formatting.
  • format:fix: Fixes Prettier formatting.
  • fix: Fixes linting errors and formats code.

Contact

If you have any questions or feedback, please reach out to us at @sahsisunny

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages