https://github.com/iamsjunaid/next_events
Next Events is a web application that allows users to search for upcoming events in their area. The application allows users to browse events. Users can filter the events based on date and month. The application is built using the Next.js framework. The application is fully responsive and optimized for mobile devices and it is deployed on Vercel.
https://github.com/iamsjunaid/next_events
css3 html5 javascript nextjs reactjs
Last synced: 10 months ago
JSON representation
Next Events is a web application that allows users to search for upcoming events in their area. The application allows users to browse events. Users can filter the events based on date and month. The application is built using the Next.js framework. The application is fully responsive and optimized for mobile devices and it is deployed on Vercel.
- Host: GitHub
- URL: https://github.com/iamsjunaid/next_events
- Owner: iamsjunaid
- Created: 2024-07-04T06:09:45.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-29T14:08:38.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T18:39:17.293Z (almost 2 years ago)
- Topics: css3, html5, javascript, nextjs, reactjs
- Language: JavaScript
- Homepage: https://next-events-pi-smoky.vercel.app
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Events
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](https://next-events-pi-smoky.vercel.app).
## Features
- **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.
## Technologies Used
- **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.
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Ensure you have the following installed on your local machine:
- Node.js
- npm (Node Package Manager)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/iamsjunaid/next_events.git
```
2. Navigate to the project directory:
```bash
cd next_events
```
3. Install the project dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
5. Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.
## Acknowledgements
- [Next.js Documentation](https://nextjs.org/docs)
- [React Documentation](https://reactjs.org/docs)
- [Vercel Documentation](https://vercel.com/docs)
- [Unsplash](https://unsplash.com) for providing high-quality images.
- [Flaticon](https://www.flaticon.com) for providing icons used in the application.
- [Google Fonts](https://fonts.google.com) for providing custom fonts.
- [Heroicons](https://heroicons.com) for providing icons used in the application.