https://github.com/jdpadillavigo/gamestore
🌐 Modern web app for browsing and purchasing video games. Built with React.js, TypeScript, and Vite.js.
https://github.com/jdpadillavigo/gamestore
css gamestore react reactjs typescript visual-studio-code vite vitejs web web-development webdevelopment
Last synced: about 1 month ago
JSON representation
🌐 Modern web app for browsing and purchasing video games. Built with React.js, TypeScript, and Vite.js.
- Host: GitHub
- URL: https://github.com/jdpadillavigo/gamestore
- Owner: jdpadillavigo
- Created: 2025-05-04T19:16:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-10T04:33:49.000Z (3 months ago)
- Last Synced: 2026-03-10T21:55:05.547Z (3 months ago)
- Topics: css, gamestore, react, reactjs, typescript, visual-studio-code, vite, vitejs, web, web-development, webdevelopment
- Language: TypeScript
- Homepage:
- Size: 38.3 MB
- 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!