This is a React-based dashboard that showcases various projects completed during my learning journey on Scrimba.com.
Scrimba is an interactive coding platform that offers a unique learning experience through hands-on screencasts. Unlike traditional video tutorials, Scrimba's "scrims" allow learners to pause, edit, and run code directly in the browser, making it an excellent platform for learning web development.
This dashboard serves as a portfolio of projects completed through Scrimba's curriculum. Key features include:
- 🌓 Dark/Light theme toggle
- 📱 Responsive design
- 🎯 Project categorization
- 💻 Live demo links for each project
- 🔧 Technology stack display for each project
- React
- TypeScript
- CSS
- React Router
- Local Storage (for theme persistence)
The dashboard displays project cards containing:
- Project title
- Description
- Used technologies
- Key features (where applicable)
- Direct links to live demos
- Clone this repository
- Install dependencies with
npm install
- Run the development server with
npm run dev