{"id":22833068,"url":"https://github.com/leonx04/jnx","last_synced_at":"2025-05-06T20:08:46.494Z","repository":{"id":267311972,"uuid":"900630960","full_name":"leonx04/jnx","owner":"leonx04","description":"JNX Tennis Store is an e-commerce platform offering tennis equipment and accessories with a seamless shopping experience, including product management, cart, and order tracking.","archived":false,"fork":false,"pushed_at":"2025-03-25T06:19:25.000Z","size":1553,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:25:47.621Z","etag":null,"topics":["firebase","lucide-react","nextjs","shadcn-ui","tailwindcss","typescript","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://jnxstore.id.vn","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonx04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-09T07:16:47.000Z","updated_at":"2025-01-21T13:16:17.000Z","dependencies_parsed_at":"2025-01-01T06:17:31.707Z","dependency_job_id":"12af33b4-a3c4-48aa-8b5b-ff59b9f95642","html_url":"https://github.com/leonx04/jnx","commit_stats":null,"previous_names":["leonx04/jnx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2Fjnx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2Fjnx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2Fjnx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonx04%2Fjnx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonx04","download_url":"https://codeload.github.com/leonx04/jnx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246404014,"owners_count":20771548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","lucide-react","nextjs","shadcn-ui","tailwindcss","typescript","vercel-deployment"],"created_at":"2024-12-12T21:11:43.763Z","updated_at":"2025-03-31T02:20:45.713Z","avatar_url":"https://github.com/leonx04.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JNX Tennis Store\n\nJNX Tennis Store is an online store that offers high-quality tennis equipment and accessories for players of all levels. Our mission is to provide the best tennis gear to enhance your game.\n\n## Features\n\n- **High-Quality Products**: We offer a wide range of professional and beginner tennis rackets, balls, and accessories.\n- **User Authentication**: Secure login and registration using Firebase.\n- **Product Reviews**: Users can leave reviews and ratings for products.\n- **Order Management**: Track your order history and manage your account.\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n- **Real-Time Notifications**: Stay updated with the latest offers and order status.\n\n## Technologies Used\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **Firebase**: Backend services for authentication, database, and storage.\n- **Cloudinary**: Image and video management.\n- **FontAwesome**: Icons for UI components.\n- **React Hook Form**: Form validation and handling.\n- **Radix UI**: Accessible UI components.\n- **React Hot Toast**: Notifications and alerts.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/jnx-tennis-store.git\n   cd jnx-tennis-store\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Create a `.env.local` file in the root directory and add your environment variables:\n\n   ```env\n   CLOUDINARY_CLOUD_NAME=your_cloud_name\n   CLOUDINARY_API_KEY=your_api_key\n   CLOUDINARY_API_SECRET=your_api_secret\n   \n   NEXT_PUBLIC_CLOUDFLARE_SITE_KEY=your_site_key\n   CLOUDFLARE_SECRET_KEY=your_secret_key\n\n   NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key\n   NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\n   NEXT_PUBLIC_FIREBASE_PROJECT_ID=your_firebase_project_id\n   NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\n   NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\n   NEXT_PUBLIC_FIREBASE_APP_ID=your_firebase_app_id\n   NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your_firebase_measurement_id\n   NEXT_PUBLIC_FIREBASE_DATABASE_URL=your_firebase_database_url\n\n   NEXT_PUBLIC_GHN_TOKEN=your_ghn_token\n   NEXT_PUBLIC_GHN_SHOP_ID=your_ghn_shop_id\n   NEXT_PUBLIC_GHN_SERVICE_ID=your_ghn_service_id\n   ```\n\n4. Run the development server:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - Learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - An interactive Next.js tutorial.\n\nYou can check out the [Next.js GitHub repository](https://github.com/vercel/next.js) - Your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## Live \n\nVisit the deployed website at: [https://jnxstore.id.vn/](https://jnxstore.id.vn/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonx04%2Fjnx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonx04%2Fjnx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonx04%2Fjnx/lists"}