The goal is to create a Rick & Morty characters index in a React website.
To achieve this, you get:
-
A free API (rickandmortyapi.com) from where to get the characters.
-
A base React project with some utils:
- Loader component: this is an iOS-styled spinner or activity indicator. Use it while requesting
- Colors, fonts and a base css (/src/css/app.scss). You can write your css code in app.scss.
- The left bar rick and morty images: /src/img/rick.png and /src/img/morty.png.
-
To start working:
- Clone this repository.
- Create a new branch with your name to work on.
- Use
npm start
and go to http://localhost:8000.
-
When finished: send a .zip of your project (without the node_modules folder) to us.
-
Separate main views into different React Components.
-
The more it matches the design, the better, but feel free to take artistic licenses (and provide reason for then if possible).
-
No need of making it responsive.