A modern, sleek, and beautiful marketing website for schools built with React, React Router v6, and Styled Components.
- React 18 - UI Library
- React Router v6 - Routing
- Styled Components - Styling
- Context API - State Management
- Vite - Build Tool
- React Icons - Icon Library
npm installnpm run devThe site will open at http://localhost:3000
npm run buildsrc/
├── components/ # Reusable UI components
├── pages/ # Page components
├── context/ # Context API providers
├── data/ # School data
├── styles/ # Global styles and theme
└── App.jsx # Main app component
- Modern and responsive design
- Smooth navigation with React Router
- Global state management with Context API
- Reusable styled components
- SEO-friendly structure
- Performance optimized