Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.24 KB

First Level

Introduction

This app is my React Frontend project as part of The Jump Digital School's 14th cohort Software Engineering Course. It uses the RAWG Video Games Database API to fetch data and other assets on video games to display to the user.

User Stories

The user is able to:

-See a dashboard where they can filter by new releases/upcoming games and see a top 10 list of highly rated games

  • Click on each game and be taken to the game detail, including a description, screenshots, trailers, etc
  • Like games to save to local storage and view on a favorites page
  • Delete games from local storage/favorites
  • Visit a search page and query/filter results name, genre and more using search and select inputs
  • The results are paginated
  • Have their search input validated for errors Input error validation
  • Add games to a shopping basket and see their selections clearly, with a total amount to pay showing

Tech Stack & Dependencies

  • React
  • Vite
  • Tailwind CSS
  • Redux Tool Kit
  • Joi
  • GSAP
  • Daisy UI
  • React Loading Skeleton
  • React Transition Group
  • Axios

##Installation -To install this app, clone the repository and run npm install in the root directory.

  • To start the app, run npm run dev