Skip to content

space-cadetz/spaced-out-app

Repository files navigation

🚀 spaced-out-app open-pr closed-pr GitHub issues GitHub contributors

Version: 3.5.0

Overview

D O M A I N . M O D E L

W I R E F R A M E S

Getting Started

  1. clone repo
  2. install package.json : npm init
  3. Create a .env file at the root of your project.
  4. Copy and paste the following lines of code into the file you just created:
REACT_APP_NASA_KEY=RWodRHYYmEykujDzXa6e4O8pOXsn4sXthuHVU3hg
REACT_APP_AUTH0_DOMAIN=aloysious.us.auth0.com
REACT_APP_AUTH0_CLIENT_ID=fBPJNSLDhFeU7MwRApLs1F64LKG2z3y3
  1. install the following dependencies :
npm install i
  1. npm start to run

Architecture

Languages : JavaScript | HTML | CSS | Markdown

Libraries : React / Bootstrap | Axios | NASA | Auth0 | dotenv | Font Awesome

Tools : Trello | Github | VS Code | Netlify | Heroku

Change Log

05-18-2021 6:53pm ✔️ Successfully Deployed from Netlify · v3 · main@449e332

05-16-2021 7:17pm ❌ Failed to Deploy from Netlify · v17 · main@474ecbe

05-15-2021 3:20pm ✔️ Successfully Deployed from Netlify · v3 · main@654e2fa

05-15-2021 11:03am ✔️ Successfully Deployed from Netlify · v2 · main@a001e46

05-15-2021 10:04am ✔️ Successfully Deployed from Netlify · v1 · main@HEAD

Resources

❤️ Credit and Collaborations 👥

Without an explicit redirect, the Netlify bots assume you’re requesting a page separate from /index.html and since that page doesn't actually exist, it returns an error.

To enable clean URLs in your Netlify deployed SPAs, add the following rule to your _redirects file:

/* /index.html 200