A showcase platform for Insper Computer Science student projects. This website serves as a portfolio hub to highlight collaborative work, tech skills, and academic achievements from the Insper-Dev organization.
This project is currently under active development. Features may be incomplete, and significant changes might occur before the initial release.
- Showcase student projects from the Insper Dev GitHub organization
- Provide a portfolio platform for Computer Science students
- Display real-time project statistics and contributor activities
- Create a talent showcase that highlights student skills and achievements
- Connect projects with courses and technical domains
- 🏆 Project showcase with filtering and search capabilities
- 👨💻 Student profiles with contribution statistics
- 📊 Real-time GitHub stats integration
- 📱 Responsive design for all devices
- 🔄 Automatic data synchronization with GitHub repositories
- 🎨 Modern, clean UI with TailwindCSS
- React 19 with TypeScript
- Vite for fast development and optimized builds
- React Router for navigation
- TailwindCSS for styling
- GitHub API integration
- Static site generation (no backend required)
# Clone the repository
git clone https://github.com/insper-dev/website.git
cd website
# Install dependencies
bun install
# Set up environment variables
cp .env.example .env.local
# Start the development server
bun run dev
# Run linting
bun run lint
# Run tests
bun run test
Your application will be available at http://localhost:5173
.
Contributions are welcome! Please check our Contributing Guidelines before getting started.
- Fork the repository
- Create your feature branch:
git checkout -b feat/amazing-feature
- Commit your changes:
git commit -m 'feat: add amazing feature'
- Push to the branch:
git push origin feat/amazing-feature
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Initiated by @felipeadeildo
- Maintained by Insper Computer Science Students (2025.1)
- Visit our organization at github.com/insper-dev
- Learn more at insper.dev