francisudeji / mini-unsplash-clone

Build an unsplash clone using React Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Unsplash Clone

This project built with React.js, with specific emphasis to React Hooks.

Usage

  1. Clone this repo by running git clone https://github.com/francisudeji/mini-unsplash-clone.git in your terminal or simply download the repo, unzip it and navigate to the project folder in your terminal.

  2. Install the dependencies by running the following:

  npm install

  or

  yarn install
  1. Create a developer account on Unsplash, register a new application and obtain your Application Id and Secret

  2. Open the .env file located at the root of the folder and replace the placeholders with your credentials.

  3. Now run npm run start or yarn start to start the project

  4. Open your browser to view the app on http://localhost:3000

About

Build an unsplash clone using React Hooks


Languages

Language:JavaScript 60.3%Language:CSS 36.7%Language:HTML 3.0%