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
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/
- Images :
White
- Audio, Video:
Skyblue
- 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
- audio playback...
Feel free to add your own changes or help me out with my todolist...