Next Events is a web application that allows users to search for upcoming events in their area. The application enables users to browse and filter events based on date and month. Built using the Next.js framework, Next Events is fully responsive and optimized for mobile devices. The application is deployed on Vercel and can be accessed at next-events-pi-smoky.vercel.app.
- Event Browsing: Easily browse through a list of upcoming events.
- Filtering: Filter events based on date and month to find exactly what you're looking for.
- Responsive Design: Fully responsive and optimized for mobile devices to ensure a seamless user experience on any device.
- Next.js: A React framework used for building server-side rendering and static web applications.
- React: A JavaScript library for building user interfaces.
- CSS: Styling the application for a clean and responsive design.
- MongoDB: Database Management for performing CRUD operations.
- Vercel: Deployment platform for modern web applications.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Ensure you have the following installed on your local machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/iamsjunaid/next_events.git
-
Navigate to the project directory:
cd next_events
-
Install the project dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the application.
- Next.js Documentation
- React Documentation
- Vercel Documentation
- Unsplash for providing high-quality images.
- Flaticon for providing icons used in the application.
- Google Fonts for providing custom fonts.
- Heroicons for providing icons used in the application.