Loading repository data…
Loading repository data…
NadaFeteiha / repository
This project is a web-based platform designed to help users achieve their learning goals through structured roadmaps. Users can explore various roadmaps, track their progress, and interact with AI-powered chatbots for guidance.
This project is a web-based platform designed to help users achieve their learning goals through structured roadmaps. Users can explore various roadmaps, track their progress, and interact with AI-powered chatbots for guidance.
Clone the repository:
git clone <repo-url>
cd Capstone
cd frontend
Install dependencies:
npm i
Set up environment variables:
VITE_UNSPLASH_API_KEY=<your-unsplash-api-key>
VITE_GROQ_API_KEY=<your-groq-api-key>
Start the frontend development server:
npm run dev