louMoxy / Scalable-react-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

To start the project

npm install && npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Challenge

So this is app displays a basic list of Emoji's from an emoji api

  • Firstly link up the input component so that it limits the amount of visible emoji's
  • If the limit is set to 0, then no cards should be visible

Bonus challenges

  • Add a Loading component, when the data is being fetched

About


Languages

Language:JavaScript 56.8%Language:HTML 32.5%Language:CSS 10.7%