项目作者: piya03

项目描述 :
A react application interation with NASA Apis
高级语言: JavaScript
项目地址: git://github.com/piya03/react-search-nasa.git
创建时间: 2021-03-23T18:30:12Z
项目社区:https://github.com/piya03/react-search-nasa

开源协议:

下载


React Nasa Search

Steps to run:

Clone the repository.

Go to the project folder.

  1. Create .env file at the root folder. A .sample.env file is already present in the root folder.Rename it to .env. Then add correct API_KEY extracted from https://api.nasa.gov/

.env

  1. REACT_APP_API_KEY=[YOUR_API_KEY]

Run

  1. yarn
  2. yarn start

or

  1. npm install
  2. npm start

Technologies Used

  • Reactjs (hooks)
  • material-ui
  • react-router-dom

Third Party API

Features implemented:

  • Pic of the day
  • Search on button click or enter press
  • Data will persist after reload the page
  • Back functionality
  • Pagination
  • related search options less than 10
  • Mobile responsive