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