Skip to content

This is the client repository for Burnt Toast App, by Jim, Sonali, Lucas, El, and Nicholas.

Notifications You must be signed in to change notification settings

nhemerling/burnt-toast-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burnt Toast Client

This is the client for the Burnt Toast App.

App Summary

Burnt Toast helps users barter services with each other instead of trading currency. We help them provide and seek services, and get connected.

It was created by Lucas Bigelow, El Moctar Ebnou, Nicholas Hemerling, Sonali Martinez-Najera, and Jim Smith.

Link to Live App

https://burnt-toast-app.vercel.app/

Tech Stack

This app was bootstrapped using React.js, HTML, CSS.

Where Components Live

  • The pages that each route leads to are found in /src/routes
  • The components are found in /src/components
  • The API service function are found in /src/services
  • The contexts for the application is found in /src/context
  • The TOKEN_KEY and API_ENDPOINT are found in src/config.js

Screenshots

Landing/Registration Page landing-page

Login Page login-page

Search Page search-page

Edit Profile Page edit-profile-page

User Service Page user-service-page

Setting Up

  • Install dependencies: npm install

Scripts

  • Start the application for development: npm start

  • Compile the application for production build: npm run build

  • Test the application: npm test

Contributors

  • @elmoctarebnou
  • @jsmith774
  • @nhemerling
  • @sonalinajera
  • @the-gamblers-fallacy

About

This is the client repository for Burnt Toast App, by Jim, Sonali, Lucas, El, and Nicholas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • CSS 15.3%
  • HTML 1.9%