Simple website built as a codewell practise challange.
- HTML 5
- CSS 3
- JavaScript
- Open git bash and run the following command
git clone https://github.com/Room04/YelpCamp.git - Run
cd YelpCamp - (Optional) Run
code .to open the project withVS Code
- On the YelpCamp repository on GitHub press
issues - Click
New Issueto create a new issue - Assign yourself the issue.
Remember to link the issue to
YelpCamp Developmentmilestone andYelpCamp Workboardproject.
- In the Development section, Click on
Create a branch. - Choose
checkout localywhich is the default option. - Follow the steps provided by GitHub to finish creating the branch.
- Work on your assigned task, push it to GitHub and create a pull request.
Do not merge your own code.
You can request your pull request to be reviewed by anyone.
Do not reveiw your own code.
- Read the comments in the
.cssfiles - Use mobile first approach
- Use rem and em for sizes
- Here's a couple of tips on Responsive web development.