A brief description of what this project does and who it's for. Mention that it utilizes the NASA Open API to fetch and display data, making it an interesting project for space enthusiasts and developers alike.
- Fetch and display Astronomy Picture of the Day (APOD) from NASA's Open API
- Allows users to select dates or a date range to view past APODs
- Displays detailed information and images returned by the APOD API
- Responsive design for viewing on various devices and screen sizes
- React.js
- Material-UI
- NASA Open API
- Axios for API requests
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
Node.js
NPM or Yarn
A step-by-step series of examples that tell you how to get a development environment running:
- Clone the repository:
git clone https://github.com/yourusername/yourrepository.git- Navigate to the project directory:
cd yourrepository- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn startDescribe how to use the application, including any special commands or features. For example, if your application allows users to enter a date or a range of dates to fetch APOD data, describe that process here.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- NASA for providing the open API and data used in this project.
- The developers and contributors of the technologies used.