๐Ÿ“ฆ justinlew / waveby-react

This repo consist of the front-end of my social media application Waveby.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/justinlew/waveby-react.git
HTTPS git clone https://github.com/justinlew/waveby-react.git
SSH git clone git@github.com:justinlew/waveby-react.git
CLI gh repo clone justinlew/waveby-react
jylew jylew Update README.md 8615436 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Waveby frontend

You can now play around with Waveby. Updates and new features will be delivered in due time :)

This social media application allows users to post blogs onto their timelines which can be seen by accepted friends. Users are allowed to create conversation in order to instantly message friends. This project was written using the React and Redux libraries to create a boilerplate project for any social media application I intend to create in the near future.

Waveby REST APIs

In order to enjoy this application you must clone the backend application Waveby-backend and run it.

How to run

npm install

Installs all necessary dependencies needed to run the application.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.