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 with
git clone https://github.com/your_username/WTM-official-website.git
-
Navigate to the project directory (folder) with
cd WTM-official-website
-
Add the original repository as upstream with:
git remote add upstream https://github.com/wtm-buea/WTM-official-website.git
- Check the remote for this repository with
git remote -v
- Always take a pull from the upstream repo into your master branch to keep it at par with the project:git pull upstream main
-
Perform your changes to the code base and track the changes with
git add .
-
Commit your changes with
git commit -m "Relevant message"
-
Push the committed changes to your remote repo:
git push -u origin <your_branch_name>
- On github, click on "Compare and pull requests"
- Add an appropriate title and description to your pull request explaining your changes and efforts
- Click on Create Pull Request
tada WOAHHHH!!!! 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 😊
PS.We have our mvp hosted at https://wtm-website-test.netlify.app/. If you can't set up the project for any reason, do us a favour, checkout what we have already and submit any issues you find. Thanks!