A simple web app that fetches and displays NASA's Astronomy Picture of the Day (APOD). Each day, you’ll see a new image, description, and date associated with that image, brought to you by the NASA APOD API.
- Data Fetching from the API.
- Caching the data using
LocalStorage, reducing the response time from the API. - Responsive design to work well both on desktop and mobile.
- Front-End: React.js, HTML5, CSS3;
- Package Manager: npm;
- Icons: Font Awesome;
- API: NASA API;
You'll need to have npm and Node.js installed.
-
Clone the repository
git clone https://github.com/lalaholmesss/react-nasa-apod
cd react-nasa-app -
Install dependencies
npm install -
Run the application
npm start