Skip to content

Client-side web app that manages lost/found items from users within campus

License

Notifications You must be signed in to change notification settings

echo-location/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echoLocation: app

Netlify Status

A client-side application that manages lost/found items from users within campus.

Installation

  1. Clone the repository to local machine git clone https://github.com/echo-location/app.git
  2. Install all of the packages listed in package.json: npm i
  3. Run the application locally with CRA's development script: npm start

Branch Guidelines

  • For setting up branches for future development, consult the following syntax.

  • Syntax

    • Branches should be written as {FEATURE}-{firstName}{lastName}
    • For example, a component for a report button would have a branch labelled reportButton-johnDoe
  • git checkout -b {branchName} : Create a new branch.

  • git branch -a : View all branches in local & origin repository

  • git checkout {branchName} : Check out an exisitng branch.

Credits

About

Client-side web app that manages lost/found items from users within campus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published