Skip to content

FrazierLE/strangers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We're Not Really Strangers

Overview

We're Not Really Strangers is a web application inspired by the card game "We're Not Really Strangers". We're Not Really Strangers is designed to deepen relational connections by encouraging emotional vulnerability through meaningful conversations.

Preview

WNRS

Set Up

  1. Fork + clone down this repo in your terminal.
  2. cd into the directory strangers
  3. Run npm install to install dependencies for the repo.
  4. Clone down this backend repo in a separate tab in your terminal. Follow directions in backend README.md
  5. Run npm start to start up your React server in strangers directory.
  6. Run npm run cypress to start up the Cypress testing server.

Deployed Link

We're Not Really Strangers

Technologies Used

  • React
  • React Router
  • XML
  • CSS
  • Cypress
  • npm
  • webpack
  • Node.js
  • Express

Project Goals

  1. Use the technology learned in this module to demonstrate mastery of the following: React, Router, Asynchronous JavaScript, End to end testing with Cypress
  2. Create personas and user stories to describe the target audience.
  3. Allow the users to store/manipulate data displayed in the apllication from the API
  4. Create a multiple page web app
  5. Deploy application

Wins

  • Create my own API through express and node.js
  • Using React Router 6 to create a multi-page application
  • OOP with functional components

Future Extensions

  • Allow user to add and delete their own questions
  • Create a user login page