divyanshf / shopify-challenge

Shopify Frontend Challenge

Home Page:https://divyanshf.github.io/shopify-challenge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COSMOS (Web)

Description

A React application built as part of the shopify-challenge.

Features

  • Like / "Un"-like a post.
  • Share link to a post.
  • Search for posts.
  • Filter posts by media (image/audio) and year.

Technologies / Libraries Used

Build From Source

Prerequisite

  • NPM

Setup

  • Clone this repository.
  • Set up a .env file with the following configurations.
    REACT_APP_KEY // Api key for the nasa api at https://api.nasa.gov
    
  • Run the application in development
    npm start
    
  • Go to localhost:3000.
  • Build the React application.
    npm build
    

Hosting

You can view the live project here

About

Shopify Frontend Challenge

https://divyanshf.github.io/shopify-challenge/


Languages

Language:JavaScript 91.0%Language:HTML 5.3%Language:CSS 3.7%