{"id":26410442,"url":"https://github.com/starone01/texperia","last_synced_at":"2026-05-03T01:40:32.498Z","repository":{"id":280973105,"uuid":"942774034","full_name":"StarOne01/Texperia","owner":"StarOne01","description":"Texperia is a modern web application for a national-level technical symposium that brings together brilliant minds to showcase innovation, technical prowess, and creative solutions to real-world problems. The platform allows students from educational institutions to explore events, register, and participate in various technical competitions.","archived":false,"fork":false,"pushed_at":"2025-03-17T09:42:29.000Z","size":4147,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T10:42:22.629Z","etag":null,"topics":["framer-motion","nextjs","supabase"],"latest_commit_sha":null,"homepage":"https://texperia-pi.vercel.app","language":"TypeScript","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/StarOne01.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":"2025-03-04T16:47:15.000Z","updated_at":"2025-03-17T09:42:33.000Z","dependencies_parsed_at":"2025-03-06T10:35:53.460Z","dependency_job_id":null,"html_url":"https://github.com/StarOne01/Texperia","commit_stats":null,"previous_names":["starone01/texperia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarOne01%2FTexperia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarOne01%2FTexperia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarOne01%2FTexperia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarOne01%2FTexperia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarOne01","download_url":"https://codeload.github.com/StarOne01/Texperia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102849,"owners_count":20398386,"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":["framer-motion","nextjs","supabase"],"created_at":"2025-03-17T20:17:51.645Z","updated_at":"2025-10-15T03:39:40.453Z","avatar_url":"https://github.com/StarOne01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TEXPERIA - Technical Symposium Event Platform\n\n\n## Overview\n\nTexperia is a modern web application for a national-level technical symposium that brings together brilliant minds to showcase innovation, technical prowess, and creative solutions to real-world problems. The platform allows students from educational institutions to explore events, register, and participate in various technical competitions.\n\n## Features\n\n- ✨ Dynamic and interactive UI with animations powered by Framer Motion and GSAP\n- 🚀 Event exploration and detailed information for various technical competitions\n- 🔐 User authentication and registration system using Supabase\n- 📱 Responsive design that works seamlessly on desktop and mobile devices\n- ⏱️ Countdown timer to the symposium date\n- 🎯 Interactive event cards with hover effects\n- 📝 FAQ section with expandable questions and answers\n- 👥 User dashboard for registered participants\n\n## Tech Stack\n\n- **Framework**: Next.js (App Router)\n- **UI/Styling**: Tailwind CSS\n- **Animations**: \n  - GSAP (GreenSock Animation Platform)\n  - Framer Motion\n- **Authentication**: Supabase Auth\n- **Database**: Supabase (PostgreSQL)\n- **Fonts**: Next/font with Google Fonts (Anta)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or higher\n- npm or yarn package manager\n- Supabase account (for authentication and database)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/texperia.git\n   cd texperia\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Create a `.env.local` file in the root directory with your Supabase credentials:\n   ```\n   NEXT_PUBLIC_SUPABASE_URL=your-supabase-url\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key\n   ```\n\n4. Run the development server:\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 application.\n\n## Project Structure\n\n```\ntexperia/\n├── app/\n│   ├── components/\n│   │   ├── Auth.tsx\n│   │   └── Dashboard.tsx\n│   ├── utils/\n│   │   └── supabaseClient.ts\n│   └── page.tsx\n├── public/\n│   ├── bg.mp4\n│   └── icons/\n└── ...configuration files\n```\n\n## Deployment\n\n### Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the Vercel platform.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/yourusername/texperia)\n\n### Alternative Deployment Options\n\nFor other deployment options, follow the [Next.js deployment documentation](https://nextjs.org/docs/deployment).\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgements\n\n- [Next.js](https://nextjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [GSAP](https://greensock.com/gsap/)\n- [Framer Motion](https://www.framer.com/motion/)\n- [Supabase](https://supabase.io/)\n\n---\n\nBuilt with ❤️ for the future tech enthusiasts","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarone01%2Ftexperia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarone01%2Ftexperia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarone01%2Ftexperia/lists"}