This is the frontend for the app which we have coded with Next JS and Chakra UI
The frontend aims to provide a feature rich yet simple user interface which can be used by people of all ages without much technical knowledge
-
Javascript - Language used
-
Next JS - React framework
-
Chakra UI - Design library
-
git clone https://github.com/bbs-conversation/frontend-web.git -
cd ./frontend-web -
yarn install -
yarn dev(for development) -
yarn prodBuildto build and export app -
cd ./build -
Run the app with a server i.e.
live-server
You can report issues in the issues section of the repository