Skip to content

Vineetha785/reactassignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

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.

Features

  • 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

Technologies Used

  • React.js
  • Material-UI
  • NASA Open API
  • Axios for API requests

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

Node.js
NPM or Yarn

Installing

A step-by-step series of examples that tell you how to get a development environment running:

  1. Clone the repository:
git clone https://github.com/yourusername/yourrepository.git
  1. Navigate to the project directory:
cd yourrepository
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm start
# or
yarn start

Usage

Describe 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.

Links

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • NASA for providing the open API and data used in this project.
  • The developers and contributors of the technologies used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors