{"id":29979007,"url":"https://github.com/bashlui/fsae-web","last_synced_at":"2026-01-20T16:28:53.818Z","repository":{"id":304603616,"uuid":"1010933947","full_name":"bashlui/fsae-web","owner":"bashlui","description":"FSAE TEC Racing web page, made with React, deployed in NextJS","archived":false,"fork":false,"pushed_at":"2025-10-05T17:24:30.000Z","size":16409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T19:21:39.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fsae-tec.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bashlui.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-30T04:05:13.000Z","updated_at":"2025-10-05T17:24:33.000Z","dependencies_parsed_at":"2025-07-14T07:50:24.609Z","dependency_job_id":"de9a6fa0-907e-453c-86fe-e575992f2047","html_url":"https://github.com/bashlui/fsae-web","commit_stats":null,"previous_names":["bashlui/fsae-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bashlui/fsae-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashlui%2Ffsae-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashlui%2Ffsae-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashlui%2Ffsae-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashlui%2Ffsae-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bashlui","download_url":"https://codeload.github.com/bashlui/fsae-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashlui%2Ffsae-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-08-04T12:43:19.682Z","updated_at":"2026-01-20T16:28:53.797Z","avatar_url":"https://github.com/bashlui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSAE Team Website\n\nA modern, responsive website for our Formula SAE team built with Next.js and TypeScript. This website showcases our team, cars, and involvement in the Formula SAE competition.\n\n## About Formula SAE\n\nFormula SAE is a student design competition organized by SAE International where teams design, build, and race small formula-style race cars. The competition involves both static events (design presentation, cost analysis) and dynamic events (acceleration, skid pad, autocross, endurance).\n\n## Features\n\n- Responsive design optimized for all devices\n- Dark/Light theme support\n- Team member showcase\n- Car gallery and specifications\n- Information about Formula SAE competition\n- Modern UI with Tailwind CSS and shadcn/ui components\n\n## Tech Stack\n\n- **Framework**: Next.js 15 with App Router\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: shadcn/ui\n- **Icons**: Lucide React\n- **Fonts**: Geist (Sans \u0026 Mono)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm, yarn, pnpm, or bun\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone \u003crepository-url\u003e\ncd fsae-web\n```\n\n2. Install dependencies\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Run the development server\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Project Structure\n\n```\nsrc/\n├── app/                 # Next.js app router pages\n│   ├── about-fsae/     # About Formula SAE page\n│   ├── our-cars/       # Car showcase page\n│   └── our-team/       # Team members page\n├── components/         # React components\n│   ├── ui/            # shadcn/ui components\n│   ├── Hero.tsx       # Landing page hero section\n│   ├── Navbar.tsx     # Navigation component\n│   └── ...\n├── context/           # React context providers\n└── lib/              # Utility functions\n```\n\n## Development\n\n### Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n\n### Adding New Components\n\nThis project uses shadcn/ui for UI components. To add new components:\n\n```bash\nnpx shadcn@latest add \u003ccomponent-name\u003e\n```\n\n## Deployment\n\nThe application can be deployed on various platforms:\n\n- **Vercel** (recommended): Connect your repository for automatic deployments\n- **Netlify**: Deploy with continuous integration\n- **Static hosting**: Run `npm run build` and deploy the `out` folder\n\n## Contributing\n\n1. Fork the repository\n2. Create a 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashlui%2Ffsae-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbashlui%2Ffsae-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashlui%2Ffsae-web/lists"}