This is a group project for INSY55, creating a website using React for a church and school named "Brothers of Christ of Banneux, Inc". The website serves as an online platform, offering various pages and functionalities.
The Brothers of Christ of Banneux, Inc website aims to provide information and resources to the church community and school members. The website features functional pages including Home, About, About BOC, Programs, History, Watch Live Replay, and Contact. Additionally, it includes a Login and Register page for access to the Student Portal.
Ensure you have the following installed:
- Node.js (version 14 or above recommended)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/04Sai/Church.git cd Church/client - Install Dependancies
npm install react
- Install Bulma Framework
npm install bulma
- Install icons
npm i react-icons
Start the dev server:
npm run dev