Welcome to the Epic Games Clone repository! This project aims to create a clone of Epic Games using the RAWG API for game data and Vite along with React for the frontend development.
To get started with the project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/o-Erebus/Epic-Games-Clone-Vite-React.git
-
Install dependencies:
npm install
-
Create a
.env.local
file in the root directory of the project and add your RAWG API key:VITE_API_KEY=your-rawg-api-key
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to view the application.
- Epic Games Store UI for browsing games
- Integration with RAWG API to fetch a library of games
- Ability to search for games
- Cart functionality for adding games
- Dummy checkout process
- View screenshots using Carousel
Contributions are welcome! If you find any bugs or have suggestions for improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- react-awesome-stars-rating: A React component for star rating.
- react-responsive-carousel: A React carousel component that supports responsive design.