Bulletin Board Frontend is a vanilla JavaScript Single Page Application that interacts with Bulletin Board Backend, to fetch and display data about different bulletin boards and their items.
- Clone this repository
git clone git@github.com:yehudabortz/bulletin-board-frontend.git
- See backend README
- Change
const apiEndPoint
to your desired endpoint. - Open
index.html
in your browser.
Create a new bulletin and then add boards to that bulletin. Search through your boards using the search input in the navigation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.