This is my first React project created some years ago.
This web application consumes the NASA API (https://api.nasa.gov/) which provides daily photos and articles from NASA. It was last tested with Node.js version 14.17.3.
To run the application locally, make sure you have Node.js installed on your machine. Then, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running the command:
- Once the dependencies are installed, start the application with the command:
The application should now be running locally on your machine. You can access it by opening your web browser and navigating to http://localhost:3000/.
A live demo of this application is hosted on Netlify. You can access it at the following URL: NASA WebApp Demo.
- HTML
- CSS
- JavaScript
- Node.js
- NASA API
This application was created by André levy Scarpim Winnikes.