Quickshow is a fast and modern web application built with React and powered by Vite. It offers a smooth frontend experience, optimized performance, and an attractive UI, suitable for showcasing apps or services across platforms.
π This project is based on a tutorial by the YouTube channel GreatStack. All credits go to the original creator for the core concept and implementation.
- β‘ Built with Vite for ultra-fast development and builds
- βοΈ React-based architecture for dynamic and reusable UI
- π¨ Custom styling with CSS and SVG assets
- π Deployed with Vercel (
vercel.jsonincluded)
Quickshow/ βββ client/ βββ public/ # Static assets (images, icons, etc.) βββ src/ # Source code (React components, CSS, assets) βββ index.html # Main HTML entry point βββ package.json # Project metadata and dependencies βββ vite.config.js # Vite configuration
- Frontend: React, Vite
- Styling: CSS
- Deployment: Vercel
Make sure you have Node.js and npm installed.
# Navigate to the project directory
cd client
# Install dependencies
npm install
# Start the development server
npm run devThis project is based on tutorial from the GreatStack YouTube channel.