This is a mobile-focused UI implementation project built as part of a technical assignment. It re-creates the given app design using modern web development tools like React, Vite, Tailwind CSS, and is deployed on Vercel.
- 🌐 Live Demo: https://educase-smoky.vercel.app
- 💾 Source Code: GitHub Repository
- ✨ Accurate translation of design into working React components
- 📱 Mobile-first and fully responsive UI
- ⚡ Lightning-fast development using Vite
- 🎨 Utility-first styling with Tailwind CSS
- 🧭 Page-to-page routing via React Router
| Tool | Purpose |
|---|---|
| React | JavaScript library for UI |
| Vite | Blazing fast dev build |
| Tailwind CSS | Modern utility-first CSS |
| React Router | Navigation between views |
| Vercel | Hosting & deployment |
Follow these steps to run the project locally:
# 1. Clone the repository
git clone https://github.com/lavanyadhiman/educase.git
cd educase
# 2. Install project dependencies
npm install
# 3. Start development server
npm run dev