Skill Sensei is a smart upskilling platform that helps individuals identify their weak areas and grow by providing personalized learning paths and curated resources. Whether you're a student, developer, or professional, Skill Sensei acts as your personal learning guide.
- โ Skill Assessment โ Analyze user's current proficiency through quizzes or self-assessment.
- ๐ฏ Personalized Roadmaps โ Recommend resources based on the user's learning goals and performance.
- ๐ Curated Content โ Hand-picked videos, articles, and courses from trusted platforms.
- ๐งฉ Progress Tracking โ Visual indicators to monitor skill growth and completed modules.
- ๐ฎ Gamified Experience โ Points, levels, and achievements to keep users engaged.
- ๐ง AI-Based Suggestions (Planned) โ Use AI to dynamically suggest content based on performance and trends.
| Tech | Usage |
|---|---|
| React.js | Frontend user interface |
| Node.js | Backend APIs |
| Express | Server-side logic |
| MongoDB | User data & skill storage |
| Tailwind | Styling & responsive design |
| Chart.js | Progress and skill visualization |
| (Planned) | OpenAI/Gemini API for smart content recommendations |
(Add images or GIFs of the homepage, dashboard, and recommendations section)
- User logs in or signs up
- Takes an initial skill quiz or selects areas of interest
- Backend analyzes inputs and returns a curated roadmap
- As user learns and marks progress, new resources are recommended
- Visual graphs show improvement and consistency
# Clone the repo
git clone https://github.com/muf15/skill-sensei.git
# Navigate to the project folder
cd skill-sensei
# Install dependencies
npm install
# Start the development server
npm run dev