Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ launch-tracker Public archive

A website for upcoming rocket launches. Learning project in React.

Notifications You must be signed in to change notification settings

PandaStdio/launch-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upcoming Rocket Launches Website

This is a learning project to become more familiar with the following technologies:

  • React
  • TailwindCSS
  • AWS Amplify

Project Setup

  1. Clone this repo
  2. Run npm i to install the node modules.
  3. Install the Amplify CLI: https://docs.amplify.aws/cli/start/install/#option-1-watch-the-video-guide
  4. Run amplify configure to authenticate with AWS admin.
  5. Run amplify pull to pull in the AWS configuration to your local environemnt.
  6. Run npm run start to serve the dev env at http://localhost:3000. The page will hot reload with edits to code.

This repo is based off a starter project:

This app is based on the following blog post

Bootstrapped with Create React App.

Authentication service relies on Aws amplify

The route system works thanks to the help of React router

The UI is done with the help of Tailwind CSS

About

A website for upcoming rocket launches. Learning project in React.

Topics

Resources

Stars

Watchers

Forks