nasa-lookup-cc/
βββ public/
βββ src/
β βββ components/
β β βββ AssetDetail.css
β β βββ AssetDetail.js
β β βββ Paginate.css
β β βββ Paginate.js
β β βββ Search.css
β β βββ Search.js
β β βββ Spinner.css
β β βββ Spinner.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
- spinner
- test
- completed!