Skip to content

yogi2103/miniFacebook

Repository files navigation

miniFacebook

MiniFacebook

* MiniFacebook is small version of Facebook in which you can add posts, comments update profile picture and chat with your friend and it has 50+ users.

Demo

Here is a working live demo : https://minifacebook-v1.herokuapp.com/

Table of contents

Technologies

Project is created with:

Setup

To run this project, install it locally using npm:

$ cd ../MiniFacebook
$ npm install
$ npm start

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

About

MiniFacebook is small version of Facebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published