Skip to content

Technical Assessment for Cyprus Codes: Building a React application that integrates with the NASA Image and Video Library API.

License

Notifications You must be signed in to change notification settings

Codexgrey/NASA-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

LIVE AT:

PROJECT STRUCTURE

nasa-lookup-cc/
├── public/
├── src/
│ ├── components/
│ │ ├── AssetDetail.css
│ │ ├── AssetDetail.js
│ │ ├── Paginate.css
│ │ ├── Paginate.js
│ │ ├── Search.css
│ │ ├── Search.js
│ ├── App.js
│ ├── index.js
├── .env
├── .gitignore
├── package-lock.json
├── package.json
├── README.md

TO RUN

  • git clone repository
  • cd nasa-lookup-cc
  • npm install
  • npm start
  • View app in your local environment at - http://localhost:[port]/NASA-Search/nasa-lookup-cc/

CARD COLORS

  • Images : White
  • Audio, Video: Skyblue

ROADMAP: nasa-lookup-cc

  • create-react-app
  • figure out dependencies
  • install required dependencies e.g Axios, Router (react)...
  • setup API integration
  • setup gitignore for sensitive data
  • figure out components
  • configure components: Search.js, AssetDetail.js
  • setup routes/routing
  • style components
  • pagination: Paginate.js
  • localstorage for persistent data
  • test

TODOLIST:

  • audio playback...
    Feel free to add your own changes or help me out with my todolist...

ENJOY! 🥂

About

Technical Assessment for Cyprus Codes: Building a React application that integrates with the NASA Image and Video Library API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published