Spansberry aims to provide communities with a discussion platform via which they can hassle-free organize all the ongoing discussions under different categories and topics thereby keeping track of everything without getting lost in the abundance of it. This helps to manage the cluttered communication process, focus on the important ones and turn them into impactful actions.
Link: spansberry-app.netlify.app
Admin Credentials: Email- rhoncus@email.com | Password- password (to access all functionalities)
(Please note that the app (backend server) may take upto a minute to load-up due to Heroku pushing it in down state when no requests are received for an extended period of time.)
Spansberry backend application is built on the following technologies:
- ReactJS
- Redux
- Bootstrap
(Make sure you have NodeJS and NPM installed on your machine. Also first get the backend application running on your machine inorder to support the frontend of the application)
- Fork this repository
- Clone this forked repository on your local machine using:
git clone https://github.com/<username>/community-forum-frontend.git
. (Replace username with your own username) - Install all the dependencies using
npm install
. - Copy
example.env
and rename it to.env
(Avoid removingexample.env
). - Start the application using
npm run dev
.