Skip to content

Rawallon/uplay-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uplay Clone

This is a Clone of Ubisoft's Uplay mostly in UI but also has some functionality, it gets its game list and data from the GameDetails file.

However, this isn't 100% finished project nor a pixel-perfect replica, but since Ubisoft decided to transform "Uplay" into "Ubisoft Connect" and has been making slight changes for the past few days it'll most likely become a game of cat and mouse.

Given this I've decided to release and leave as it is for now.

Live demo ⊳

Screenshot

Screenshot

Tech Used

  • React
  • Styled Components
  • React-Router-DOM
  • React-Icons
  • React Spring

Running it

# Clone this repo
$ git clone https://github.com/Rawallon/uplay-clone

# To install dependencies!
$ npm i

# To make it go!
$ npm start

# Horay!