Skip to content

Jakedalus/headscroll-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headscroll Client

This is the front-end portion of the Headscroll project, a full-stack social media web app loosely based on Facebook. (Face Book, Head Scroll, eh eh?)

https://headscroll-client.herokuapp.com/

Main Scroll Page

headscroll daedalus scroll


Searching for friends

headscroll daedalus scroll


Sending a friend request

headscroll daedalus scroll


Thinking about defriending?

headscroll daedalus scroll


Daedalus's Friend List

headscroll daedalus scroll


Various Posts

headscroll daedalus scroll

Installation

Clone the project and then use the package manager yarn to install and run Resume Generator.

git clone git@github.com:Jakedalus/headscroll-client.git
cd headscroll-client
npm install
npm start

Headscroll's backend uses MongoDB as its database; I recommend using Mongo Atlas. Otherwise you will have to setup a mongo instance on your local machine.

The project, both front and back ends, are hosted on Heroku: you'll have to set 'DB_URI' in the environment variables on your own copy.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Create React App

This project was bootstrapped with Create React App.

License

MIT