https://github.com/jdpadillavigo/gamestore-frontend
This project is a modern web app for browsing and purchasing video games. It features a clean UI, responsive design and a smooth user experience. Built with React, TypeScript, and Vite for fast performance and strong developer experience.
https://github.com/jdpadillavigo/gamestore-frontend
css gamestore react reactjs typescript university-project visual-studio-code vite vitejs web-development webdevelopment
Last synced: about 1 year ago
JSON representation
This project is a modern web app for browsing and purchasing video games. It features a clean UI, responsive design and a smooth user experience. Built with React, TypeScript, and Vite for fast performance and strong developer experience.
- Host: GitHub
- URL: https://github.com/jdpadillavigo/gamestore-frontend
- Owner: jdpadillavigo
- Created: 2025-05-04T19:16:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T07:24:42.000Z (about 1 year ago)
- Last Synced: 2025-05-07T08:30:24.141Z (about 1 year ago)
- Topics: css, gamestore, react, reactjs, typescript, university-project, visual-studio-code, vite, vitejs, web-development, webdevelopment
- Language: TypeScript
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Game Store
##
About
This project is a modern web app for browsing and purchasing video games.
It features a clean UI, responsive design and a smooth user experience.
Built with **React**, **TypeScript**, and **Vite** for fast performance and strong developer experience.
##
Getting started
### Prerequisites
Make sure you have the following installed on your system:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)
### Installation
1. **Clone the repository**:
Run the following command in your terminal:
`git clone `
2. **Install the dependencies**:
Navigate into the project folder and run:
`npm install`
3. **Start the development server**:
Once the installation is complete, launch the server with:
`npm run dev`
That's it — the project is now up and running!