official website for Women Tech Makers Buea members to build during the period of Hacktoberfest 2021
Within this project, we will be building the official website for Women Tech Maker Buea. We call on all ladies in the WTM Buea to contribute to this master piece being built for the community.
-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/your_username/WTM-official-website.git
Navigate to the project directory file_folder . cd WTM-official-website
Add a reference(remote) to the original repository to get all the changes from the remote. git remote add upstream https://github.com/wtm-buea/WTM-official-website.git
Check the remote for this repository. git remote -v
Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository). git pull upstream main
Perform your changes to the code base.
Track your changes.
git add .
Commit your changes. git commit -m "Relevant message"
Push the committed changes to your remote repo. git push -u origin <your_branch_name>
To create a pull request, click on Compare and pull requests.
Add appropriate title and description to your pull request explaining your changes and efforts.
Click on Create Pull Request.
tada WOAHHHH!!!! tada you made a pull request, Wait for it to get approved and merged hugshugs
In this project, we will be using Reactjs with Bootstrap4 for styling
Below is the link to the design we will use for the development of this website.
https://www.figma.com/file/PtRg3klKpY1UVT1CzRruOt/Untitled?node-id=0%3A1
Issues will be assigned based on these designs so please make sure to reproduce what you see on the design.
The file structure will have an assets folder in which you will find all necessary images, color codes, and svgs to use.
Go ahead, contribute and have fun.
You will find an Example folder in the code structure which explain how your code should be
Happy Coding 😊