Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.47 KB

README.md

File metadata and controls

59 lines (46 loc) · 1.47 KB

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! 🥂