My Camping Journal React App

By Jieun Kang

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. LastCommit Languages MIT license

Description

A React application that have CRUD functionality of user's camping journal cards with firebase.

▫︎ Preview

▫︎ Implemented the following features:

  • A user should be able to sign in with Google or Github and sign out.
  • A user should be able to create, update and delete a card. All cards should be stored in the realtime database.
  • A user should have their own previews which lists the cards they've added.

Getting Started

  1. Clone the repo
  2. yarn install --frozen-lockfile
  3. yarn start will start My Camp website