A modern, responsive frontend application built for the Rizing Summer Internship Program. This project delivers an intuitive and engaging interface for interns, mentors, and visitors, built using React + Tailwind CSS with a clean, scalable architecture.
🔗 Production URL: (Add your deployed link here)
e.g., https://rizing-summer.vercel.app
- ⚛️ React (Vite) – Fast, lightweight development environment
- 🎨 Tailwind CSS – Utility-first CSS for rapid styling
- 📡 Axios – HTTP client for API communication
- 🌐 Vercel – Deployment, hosting & CI/CD
- 🌟 Fully responsive UI
- 🎯 Clean & reusable component structure
- ⚡ Fast load speeds with Vite
- 🔄 Smooth API integration
- 🎨 Consistent styling using Tailwind CSS
- 📱 Mobile-friendly design out of the box
Clone the repo:
git clone https://github.com/rizing-summer-internship/frontend.gitNavigate into the project:
cd frontendInstall dependencies:
npm installRun the development server:
npm run devfrontend/
│── public/ # Static assets
│── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application pages
│ ├── hooks/ # Custom hooks
│ ├── services/ # API logic (Axios)
│ ├── styles/ # Global styles & Tailwind config
│ ├── App.jsx # Root component
│ └── main.jsx # Entry point
│
├── package.json
├── tailwind.config.js
├── vite.config.js
└── README.md
Create a .env file in the project root:
VITE_BASE_URL=<your-backend-url>
This project is licensed under the MIT License.
- Rizing Summer Internship – Frontend Team