This project is a responsive website built using Vite + React and deployed live on Vercel.
Made using following this tutorial React JS Project | Build & Deploy Complete Responsive Website in React by GreatStack to create it. (This is stil a basic page with no video interaction added for now but will add them later so UI is still in progress)
The main learning focus was:
- Setting up the project using Vite + React
- Managing the project on GitHub
- Deploying and hosting the project on Vercel
- Learning the Vite Framework
🌍 Live Website: https://great-stack-vite-project.vercel.app/





- Vite
- React
- CSS / Responsive Design
- GitHub
- Vercel
- Html
To run this project locally:
# Clone the repository
git clone <your-repo-link>
# Go to the project folder
cd project-folder
# Install dependencies
npm install
# Start the development server
npm run dev