Skip to content

Fetch-A-Friend is a Full-stack web application that matches users who share similar interests.

Notifications You must be signed in to change notification settings

JAE-S/Fetch-A-Friend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Fetch A Friend

This is a full-stack web application, deployed through Heroku. Fetch A Friend provides our furry companions with the opportunity to connect with other pups that share similar interest.


Table of Contents


Fetch A Friend - Mobile Mockup


Technologies

Design Tools:

  • Adobe Illustrator
  • Adobe Photoshop

Development Tools:

  • Framework: Materialize
  • Express
  • Path
  • Node
  • Heroku

Features And Functionality

  • Demo Video Fetch A Friend Demo

  • Data stored in JSON Format

    Fetch A Friend - JSON Data


File Architecture

Click To View
     ```
     fetch-a-friend
     ├── app
     │   ├── data
     │   │   └── friends.js
     │   ├── public 
     │   │   ├── home.html
     │   │   ├── survey.html
     │   │   ├── css 
     │   │   │   ├── materialize.css
     │   │   │   ├── materialize.min.css
     │   │   │   ├── reset.css
     │   │   │   └── style.css
     │   │   ├── images   
     │   │   │   ├── countess_droolsbury.jpg
     │   │   │   ├── miss_furbulous.jpg
     │   │   │   ├── professor_wagglesworth.jpg
     │   │   │   └── salvador_dogi.jpg 
     │   │   ├── materializejs
     │   │   │   ├── materialize.js
     │   │   │   └── materialize.min.js
     │   │   └── js
     │   │       └── layout.js
     │   └── routing
     │       ├── apiRoutes.js
     │       └── htmlRoutes.js
     ├── node_modules
     ├── readme_assets
     ├── .gitignore
     ├── package.json
     ├── README.md
     └── server.js
     ```

Back To Top

About

Fetch-A-Friend is a Full-stack web application that matches users who share similar interests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published