Skip to content

AleTid5/altran-challenge-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Altran React Challenge

React Typescript SCSS

🤔 What is this?

This is a challenge for Altran. Their team at AXA is playing a fantasy role-playing game. This App provides an easy way to browse all the inhabitants details.

🖥 Install and run

Requires Node.js to run and install the dependencies.

Installing the dependencies and starting the server:

# You can even download and unzip the ZIP file
$ git clone https://github.com/AleTid5/altran-challenge-frontend.git
$ cd altran-challenge-frontend
$ npm i
$ npm start

🧪 Tests

To run the unit tests, you have to run the following command:

$ npm run test

🔥 Features!

  • UI isn't blocked by the network connection or long operations
  • To improve performance images coming from network are cached
  • Data is retrieved from here
  • By clicking on a "gnome friend" you are going to be scrolled to the gnome card (only if it's rendered)

👻 LICENCE

WTFPL