Skip to content

Bakers' Forum - A forum app built using React, Redux, Typescript, Material UI and Mockbee APIs

Notifications You must be signed in to change notification settings

prachi-sahani/bakers-forum-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bakers' Forum

Table of contents

About Bakers' Forum

Bakers' Forum - a forum app for the people to connect and share their baking stories, recipes etc.

Features and demo

  • Landing Page - includes a CTA button to join the community

  • Feed Page - user feed(private page). Users can

    • view questions posted by accounts they follow
    • upvote/downvote the questions
    • comment on the questions
    • bookmark questions
    • share questions
    • follow/unfollow people
    • create new post
    • view individual question
  • User Profile - user profile. Users can

    • view questions posted by them
    • follow/unfollow users
    • view their basic details
    • edit profile(all details except username)
  • Authentication - User can create a new account(sign up), sign in, sign in as guest and logout.

  • Other pages and features like individual user profiles page, edit and delete option for questions will be included very soon.

Glimpses:

image

image

image

image

image

image

image

Technologies and libraries used

Highlights

  • Responsiveness - This app is completely responsive and can be accessed in all kind of devices.
  • Proper messages for error/exception handling across the application
  • Use of loader to show status of tasks

Pre-requisites and project setup(in local)

Step 1

Install NodeJs(if not already installed)

Step 2

Clone dev branch of this repo to local using:

 git clone https://github.com/prachi-sahani/bakers-forum-ts.git -b dev

Step 3

Go into the project folder

 cd project-name 

Step 4

Install all the npm packages

 npm install 

Step 5

Run the application using:

 npm start 

The application runs on localhost:3000

Let us connect

     

About

Bakers' Forum - A forum app built using React, Redux, Typescript, Material UI and Mockbee APIs

Topics

Resources

Stars

Watchers

Forks