Skip to content

momonepal/Messageboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


3.5Chan - A Messageboard web app

Description:

3.5Chan is Messageboard web app that allows users to anonymously create and view discussions.

This is built on react along with JavaScript, HTML, CSS and ChakraUI.

GitHub | Deployed at https://not3dot5chan.herokuapp.com/

How it works

  • You can see the posts made by the users in the landing page
  • The user can hide posts that they do not wish to see
  • The user can create a post by clicking on "Create a post" button and then selecting a username and typing their post and hitting submit.
  • Tried making users anonymous and allowing them to select a unique id/username every time they create a post without having to sign-in

Running project locally

Download the project folder to your local machine and in the project directory run the following code :

Installing the dependencies

$ npm install

Running the build on localhost

$ npm start



Sources:

Releases

No releases published

Packages

No packages published