{"id":21168948,"url":"https://github.com/RainerNsa/Biggest-Festival","last_synced_at":"2025-10-02T04:30:27.021Z","repository":{"id":248841071,"uuid":"829532835","full_name":"RainerNsa/Biggest-Festival","owner":"RainerNsa","description":"Welcome to the Biggest Festival Web Application! This project provides a dynamic, immersive platform where users can explore festival activities, register as attendees or vendors, and purchase tickets. ","archived":false,"fork":false,"pushed_at":"2024-08-16T09:38:28.000Z","size":22247,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T04:36:03.600Z","etag":null,"topics":["paystack-api","reactjs","vite"],"latest_commit_sha":null,"homepage":"https://biggest-festival.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RainerNsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-16T16:10:25.000Z","updated_at":"2025-03-03T20:38:10.000Z","dependencies_parsed_at":"2025-01-21T10:39:41.720Z","dependency_job_id":null,"html_url":"https://github.com/RainerNsa/Biggest-Festival","commit_stats":null,"previous_names":["woldreamz/biggest-festival","rainernsa/biggest-festival"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RainerNsa/Biggest-Festival","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FBiggest-Festival","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FBiggest-Festival/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FBiggest-Festival/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FBiggest-Festival/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainerNsa","download_url":"https://codeload.github.com/RainerNsa/Biggest-Festival/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainerNsa%2FBiggest-Festival/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277958022,"owners_count":25905625,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["paystack-api","reactjs","vite"],"created_at":"2024-11-20T15:19:50.983Z","updated_at":"2025-10-02T04:30:24.813Z","avatar_url":"https://github.com/RainerNsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003ch1 align=\"center\"\u003eBiggest Festival Web Application\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n     Welcome to the Biggest Festival Web Application! This project provides a dynamic, immersive platform where users can explore festival activities, register as attendees or vendors, and purchase tickets. The application integrates 3D effects, a responsive design, and smooth animations to enhance user experience.\n\u003c/div\u003e\n\n## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. Introduction\n2. Features\n3. Technologies Used\n4. Installation\n5. Usage\n6. Folder Structure\n7. API Endpoints\n\n## Contributing\n\n## License\n\n## Introduction\n\nThe Biggest Festival Web Application showcases a vibrant festival experience, complete with galleries of past events, activity schedules, vendor opportunities, and ticket purchasing options. It's designed to be highly interactive, with seamless transitions and animations.\n\n## Features\n\nDynamic Gallery Slideshow: Explore captivating images from past festivals with smooth transitions.\nResponsive Design: Optimized for both desktop and mobile devices, with hidden menu bars on smaller screens.\n3D Effects: Enhance the visual appeal of the site using Three.js.\nVendor Registration: Simple and intuitive interface for vendors to register and manage their stalls.\nTicket Purchasing: Secure and easy ticket purchasing integrated with Paystack.\nTechnologies Used\nReact.js (JSX): Frontend framework\nTailwindCSS: Styling and responsive design\nFramer Motion: Animations and transitions\nThree.js: 3D effects and rendering\nEmbla Carousel: Carousel functionality for image galleries\nPaystack: Payment gateway integration\n\n## Installation\n\nClone the repository:\n\ngit clone https://github.com/your-username/biggest-festival.git\ncd biggest-festival\nInstall dependencies:\n\nnpm install\nRun the application:\n\nnpm start\nBuild the application:\n\nnpm run build\n\n## Usage\n\nNavigate through the various pages such as Home, About, Experience, Gallery, Contact, Vendor Registration, and Tickets.\nEnjoy the dynamic gallery showcasing past festival highlights.\nRegister as a vendor or buy tickets directly through the site.\n\n## Folder Structure\n\nbiggest-festival/\n├── public/\n│ ├── index.html\n│ └── ...\n├── src/\n│ ├── assets/\n│ │ └── images/\n│ ├── components/\n│ │ ├── Navbar.jsx\n│ │ ├── Footer.jsx\n│ │ └── ...\n│ ├── pages/\n│ │ ├── Home.jsx\n│ │ ├── About.jsx\n│ │ └── ...\n│ ├── utils/\n│ │ └── api.js\n│ ├── App.jsx\n│ ├── index.js\n│ └── ...\n└── package.json\n\n## API Endpoints\n\nGallery Slideshow API: Fetches images and metadata for the gallery slideshow.\nTicket API: Handles ticket pricing, availability, and purchasing.\n\n## Contributing\n\nWe welcome contributions to enhance the Biggest Festival Web Application. If you have any ideas or issues, feel free to open a pull request or issue on the GitHub repository.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRainerNsa%2FBiggest-Festival","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRainerNsa%2FBiggest-Festival","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRainerNsa%2FBiggest-Festival/lists"}