/mernsocial-frontend

Mern-Social is a social media web application where people can post their memories and share them, for others to see and react.

Primary LanguageJavaScript

Mern-Social as the name suggests, is a social media web application where people can post their memories and share them, for others to see and react. Users have the ability to:

  • Create a Post
  • Delete a Post
  • Update a Post
  • Like and Comment on other's Posts
  • Fetch a particular Post based on title and tags

Note: Mern-Social is still under development and some features may not be completely available yet. Feedbacks and Pull Requests are certainly welcome!.

Screenshots

Plugins

Table of contents: The Frontend is built out with the help of the following:

For the Backend, along with Node JS the following framework along with database has been used:

The Backend has been deployed with the help of Heroku while the Frontend is deployed on Netlify.

Run Locally

Clone the project

  git clone https://github.com/derpLLC/mernsocial-frontend

Go to the project directory

  cd mernsocial-frontend

Run the app

  npm install
  npm run start

Contributing

Want to contribute? See if you can find an issue you wanna close, then send a PR!

1. Fork this repository. Click on the symbol at the top right corner.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/mernsocial-frontend

3. Make a new branch

#Make a new branch to avoid conflicts with the main branch of repository
git checkout -b NewBranchName

4. Make changes in source code.

5. Stage your changes and commit

#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"

6. Push your local commits to the remote repo.

git push

7. Create a PR !

8. Congratulations! Sit and relax, you've made your contribution to mernsocial-frontend project.

License

Copyright (c) 2021 Sounav Saha


Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.