This is a react app that allows users to sign up for a daily text message of the NASA Astronomy Picture of the Day.
I created this app to share my love of space and astronomy with others. I also wanted to create a fun and easy way to learn about the universe.
use npm install to install all dependencies
npm install
add a .env file to the root directory and add the following:
REACT_APP_API_BASE_URL=your_nasa_apod_api_url
use npm start to start the app
npm start
users must sign up with a name, a phone number, an email address and a password. The phone number must have the country code of the country in which the phone number originated: Canada -> +16574832074. The email address must be valid. The user will receive a welcome text message. The user will also receive a text message every day with the NASA Astronomy Picture of the Day.
link: https://nasa-client-production.up.railway.app/
This uses the Nasa-APOD API to get the daily picture and description.
This app was created using React, ESlint, material-UI, react-router-dom
Nasa-APOD Texting Service was created by:
with the mentorship of: