https://github.com/viniciusmeneses/facebook-app
:busts_in_silhouette: Simple post feed with automatic generation developed using React, Chance.js and RoboHash
https://github.com/viniciusmeneses/facebook-app
automatic-generation chancejs feed posts react robohash
Last synced: 10 months ago
JSON representation
:busts_in_silhouette: Simple post feed with automatic generation developed using React, Chance.js and RoboHash
- Host: GitHub
- URL: https://github.com/viniciusmeneses/facebook-app
- Owner: viniciusmeneses
- Created: 2018-12-01T16:08:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T22:21:19.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T01:55:25.757Z (almost 3 years ago)
- Topics: automatic-generation, chancejs, feed, posts, react, robohash
- Language: JavaScript
- Homepage: http://facebook-app.surge.sh
- Size: 1.63 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facebook-app
> Simple post feed with automatic generation developed using React, Chance.js and [RoboHash](https://robohash.org/)
I used React and the following libraries to develop **facebook-app**:
- [Moment](https://momentjs.com/)
- [Chance.js](https://chancejs.com/)
[**Demo available here!**](http://facebook-app.surge.sh)
## Using
First of all, you need to clone or download this repository.
```
git clone https://github.com/viniciusmeneses/facebook-app.git
```
Go to the **facebook-app** folder and install the dependencies
```
yarn install
```
Run one of the following commands to start dev-server or build **facebook-app**:
```
// Starts development webserver
yarn dev
// Builds the application to production
yarn build
```