Interactive Developer's Roadmap:
A comprehensive, frontend-only application that visually guides developers through learning paths in Frontend, Backend, DevOps, and more. Built with React and ShadCN UI.
Check out the live demo here:
š[ Live Demo on Vercel ]
Replace with your actual demo GIF
# Clone repository
echo "Cloning the repository..."
git clone https://github.com/priyansh-69/Developers-Roadmap-Application.git
# Navigate to directory
echo "Navigating to project directory..."
cd Developers-Roadmap-Application
# Install dependencies
echo "Installing dependencies..."
npm install
echo "Starting development server..."
npm start
echo "Installing dependencies using Yarn..."
yarn
echo "Starting server using Yarn..."
yarn start
āāā public/
ā āāā index.html
āāā src/
ā āāā assets/ # Media files
ā āāā components/ # Reusable components
ā āāā data/ # JSON data files
ā āāā styles/ # Global CSS
ā āāā App.tsx # Root component
ā āāā index.tsx # Entry point
āāā .gitignore
āāā package.json
āāā README.md
echo "Creating new feature branch..."
git checkout -b feature/AmazingFeature
echo "Committing changes..."
git commit -m 'Add some AmazingFeature'
echo "Pushing to repository..."
git push origin feature/AmazingFeature
Distributed under the MIT License. See LICENSE for more information.