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
Searching for friends
Sending a friend request
Thinking about defriending?
Daedalus's Friend List
Various Posts
Clone the project and then use the package manager yarn to install and run Resume Generator.
git clone [email protected]: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.
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.
This project was bootstrapped with Create React App.