chinmayeebandal / Latte-CodingAssesment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latte-CodingAssessment

Latte-CodingAssessment is a React app that fetched images from the Unsplash API and displays it on cards.

Directory structure

/src  - Holds the react app
/src/Components - Holds the components rendered in the app
/public - Holds the HTML and static elements

Packages used

axios - To make API calls to fetch data from the Unsplash API

Installation

Add your Unsplash API Client Key in the .env file

.env
REACT_APP_CLIENT_ID=[YOUR API KEY]

To run the app

cd latte-app/
yarn install
yarn start

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

About


Languages

Language:JavaScript 74.5%Language:HTML 14.5%Language:CSS 10.8%Language:Shell 0.3%