https://github.com/sankalp20tiwari/reelspro
ReelsPro is a dynamic web application that allows users to upload, view, and interact with short video reels shared by other users. The platform is designed to create an engaging experience where creativity thrives, fostering a community-driven environment for content creators and viewers alike.
https://github.com/sankalp20tiwari/reelspro
aceternity-ui imagekit nextjs ui-design
Last synced: about 1 month ago
JSON representation
ReelsPro is a dynamic web application that allows users to upload, view, and interact with short video reels shared by other users. The platform is designed to create an engaging experience where creativity thrives, fostering a community-driven environment for content creators and viewers alike.
- Host: GitHub
- URL: https://github.com/sankalp20tiwari/reelspro
- Owner: Sankalp20Tiwari
- Created: 2025-02-17T12:55:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T10:39:44.000Z (about 1 year ago)
- Last Synced: 2025-06-06T11:32:23.748Z (about 1 year ago)
- Topics: aceternity-ui, imagekit, nextjs, ui-design
- Language: TypeScript
- Homepage: https://reelspro-phi.vercel.app
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReelsPro
## π Project Overview
π¬ About ReelsPro
ReelsPro is a dynamic web application that allows users to upload, view, and interact with short video reels shared by other users. The platform is designed to create an engaging experience where creativity thrives, fostering a community-driven environment for content creators and viewers alike.
## πΌοΈ Preview

## π Features
- **User-friendly interface** for seamless feedback submission
- **Upload and rendering videos** using Imagekit
- **Authentication system** using NextAuth
- **Mobile-responsive design** ensuring accessibility across devices
- **Optimized performance** with server-side rendering (SSR) and static site generation (SSG)
- **Modern UI** powered by Tailwind CSS and Shadcn, magicui
- **Secure API interactions** for data integrity
## π Live Demo
Check out the live version of ReelsPro here: [Live Site](https://reelspro-phi.vercel.app/)
## π Installation & Setup
To set up and run the project locally, follow these steps:
### Prerequisites
Ensure you have the following installed:
- **Node.js** (Latest LTS version recommended)
- **npm** or **yarn** for package management
- A **MongoDB database**
### Steps to Run
1. **Clone the repository:**
```sh
git clone https://github.com/Sankalp20Tiwari/reelsPro.git
```
2. **Navigate to the project directory:**
```sh
cd reelsPro
```
3. **Install dependencies:**
```sh
npm install # or yarn install
```
4. **Configure environment variables:**
Create a `.env` file in the root directory and define the necessary environment variables:
```sh
NEXTAUTH_SECRET=
MONGODB_URI=
NEXT_PUBLIC_PUBLIC_KEY=
IMAGEKIT_PRIVATE_KEY=
NEXT_PUBLIC_URL_ENDPOINT=
```
5. **Run the development server:**
```sh
npm run dev # or yarn dev
```
6. Open `http://localhost:3000` in your browser to view the application.
## π§ Configuration
The application uses environment variables to manage API endpoints and database connections. Update the `.env` file accordingly to ensure smooth functionality.
## π Project Structure
```
reelsPro/
βββapp/
βββ(app)/ # Pages of application
βββ(auth)/ # Auth related pages
βββ(api)/ # Auth and other APIs
βββcomponents/ # Reusable custom made components
βββlayout.tsx # Layout page
βββpage.tsx # Actual Landing Page
βββcomponents/ # Reusable UI components from shadcn and magicui
βββdata/ # Data used at various places
βββlib # Utilities
βββmodels # Models
βββ public/ # Static assets (images, icons, etc.)
βββ next.config.ts # Next.js configuration settings
βββ package.json # Project metadata and dependencies
βββ .env # Environment variables (excluded from Git)
```
## π° Technologies Used
- **Next.js** - React framework for SSR & SSG
- **TypeScript** - Ensures type safety and scalability
- **Imagekit** - Uploading and management of videos using imagekit
- **MongoDB** - Database solutions for storing feedback
- **Tailwind CSS** - Utility-first CSS framework for rapid styling
- **ESLint & Prettier** - Code linting and formatting for better maintainability
- **JWT Authentication** - Secure user authentication using NextAuth.js
- **React-hook-form** - All forms are managed using React Hook Form
- **Shadcn** - Responsive and clean UI with help of Shadcn
## π€ Contributing
We welcome contributions to enhance the project! To contribute:
1. Fork the repository.
2. Create a new branch (`feature/your-feature-name`).
3. Implement your changes and commit.
4. Push to your forked repository and submit a pull request.