Skip to content

Afoucheaux/gallery-time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact

LinkedIn GitHub - Aaron Foucheaux

LinkedIn GitHub - Max Bregman

Table of Contents

About The Project

This project utilizes Create React App to build an application which allows users to view a list galleries based on their geo-location, see details on individual gallery and save them to favorites. Throughout the project, learning goals included:

  • Architect an application structure using functional components and hooks

  • Gain competency with React fundamentals

  • Continue working with React components & asynchronous JS using Cypress testing

  • Create a multi-page UX using Router

  • Use the stretch technology of PWA to implement a React app to have native like behavior of running offline.

  • Use Google JS api and larger databases.

  • Deployment using

  • Deployed app

  • Project Brief and Rubric

Built With:

  • React
  • React Router
  • Javascript
  • HTML5
  • CSS
  • Cypress
  • PWA technology
  • Googled-places api

Set-up Instructions

visit deployed site here

  1. Additionally you can clone down the repo here
  2. Move into the gallery-time directory in your terminal.
  3. To see the code itself locally, run <name of text editor> .
  • Run npm install
  • Run npm start
  • visit http://localhost:3000/
  • will need a google api key
  • make .env file in root directory and paste this in there:
  • REACT_APP_API_KEY=Your_KEY_HERE
  • Torun Cypress testing add cypress.json needs this: { "env": { "API_KEY": "process.env.REACT_APP_API_KEY" } }

Learning Goals

  • Deeper understanding of React fundamentals including components, props, state, JSX, hooks.
  • E2E (end to end) testing using Cypress
  • Refactoring an application to utilize React Router
  • Deploying an application
  • Utilize PWA to run application offline.

Challenges

  1. Planning: intentionally planning an overall strategy before writing code. This included component structures and state if applicable
  2. Using Cypress testing, to implement E2E testing and throughly test all user flows including stubbing api calls
  3. Using the Google Api with CORS and keys.
  4. Implement PWA features. Service worker and cache.

Wins

  1. Implementing the MVP.
  2. Getting PWA to run application offline.
  3. Mobile first design.

Functionality

Landing Page , Galleries Page, and Details Page

Site Use

Can choose and see favorites

Site Use

Can show contact info and Google Maps link

Site Use

Contributers

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.6%
  • CSS 4.9%
  • HTML 0.5%