Skip to content

MERN Fullstack mobile App for people interested in Astronomy

Notifications You must be signed in to change notification settings

Shorouq-Mohammad/NASApp_React_Hooks

Repository files navigation

NASApp Project

logo

A mobile App designed for Astrophiles (people who love stars or astronomy 🌟😍). The user can see Astronomy Picture of the Day, search the NASA database, save the favorite result, and see his favorites.

This is a MERN FullStack Application 😎.

📷 project Screenshots

👀 NavBar

🏠 home

render data from external API called Astronomy Picture of the Day (APOD) from NASA API

🚀 Search

The user can search any keyword and results will be displayed from NASA Image and Video Library. If the user liked that image 😍, the image will be added to the favorites in the database.

😍 Favorites

Display the favorite images from the Database. The user can see each one separately with its explanation and also delete the image.

💻 Technology used

🔧 Getting Started

  • Clone this repository. You will need node, npm and MongoDB installed globally on your machine.
  • Windows: run mongod in the command line
  • run npm install
  • run node server in a terminal
  • run npm start in another terminal