Skip to content

msk4862/WhatUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatUp

A simple markdown supported Blog web app implemented using React and Firebase Backend.


Features implemented

  • User Login, SignUp and User Authentication
  • Add, delete and edit posts
  • Markdown support in Post content and comment
  • Home page that displays all the posts posted by all the users
  • Comment and like feature for posts
  • Notification section
  • View other user profiles
  • Showing UI skeletons while fetching data

Tools

Getting Started

1. Go to frontend folder

By default this project is using my firebase backend base url. You can also overwrite it by simply specifying your api base url in .env file (see .env.example for reference)

First install dependencies:

npm install
// or
yarn install

Then run using:

npm run start
// or
yarn start

It 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.



Give it a 🌟 to show your support 😃😃

And of course, feel free for any kind of contributions.