msk4862 / WhatUp

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

Home Page:https://whatup.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://whatup.vercel.app

License:MIT License


Languages

Language:JavaScript 87.8%Language:CSS 10.1%Language:HTML 1.8%Language:Dockerfile 0.2%Language:Shell 0.0%