Welcome to Evently, an event management website developed using Next.js. This application allows users to discover, explore, and manage events seamlessly. You can access the live deployment of Evently at https://nextjs-evently-sabir.vercel.app/.
- Event Discovery: Browse through a wide range of events by searching and filtering.
- User Authentication: Create an account or log in to access personalized features.
- Event Details: View detailed information about each event, including date, time, location, and description.
- Event Registration: Register for events you're interested in attending.
- Create Your Own Event: Host and manage your events on Evently.
- Attendee Tracking: Monitor the list of attendees for your events.
- Payment Management: Keep track of the money paid by attendees for your events.
- Next.js: A React framework for building server-side rendered and static web applications.
- Vercel: Hosting platform for serverless deployment of web applications.
To run Evently locally, follow these steps:
- Clone the repository:
git clone https://github.com/Muhammad-Sabir/nextjs-evently.git
- Navigate to the project directory:
cd nextjs-evently
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to http://localhost:3000