Gorilla Naming Ceremony is an annual event that happens in Rwanda, where Volcanoes nation park are visited and start a grouping gorilla into families and naming the new born gorilla babies.
Learning objectives:
- Use semantic HTML tags.
- Apply best practices in HTML code.
- Use CSS box model.
- Use CSS selectors correctly.
- Use Flexbox to place elements in the page.
- Demonstrate ability to create UIs adaptable to different screen - sizes using media queries.
- Use GitHub Pages to deploy web pages.
- Apply JavaScript best practices and language style guides in code.
- Use JavaScript to manipulate DOM elements.
- Use JavaScript events.
- Use objects to store and access data.
- Communicate technical concepts to other technical people.
- Build a the capstone project site.
- HTML
- CSS (Flexbox & Grid)
- Java Script
- Git & GitHub
To get a local copy for this project and running follow these simple steps.
- You need to have git installed in your machine.
- A text editor or terminal
- A web browser to view output
- To clone the repository run this command
https://github.com/GOlivierNation/capstone-project-one.git
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependencies of the project
-
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
- And For tracking the linter errors in JavaScript file run:
npx eslint .
👤 Olivier Gasominali
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Design and inspiration by Cindy Shin on Behance.
-
Hat tip to Microvers and all the staff
-
Thanks to My coding Partners
-
Thanks to My Morning-session-group and Standup-team Partners and
-
Thanks to Code Reviewers
This project is MIT licensed.