OLYMPICS 2022 website is a major international multi-sport event held once every four years. The mordern Olympics were inspired by the ancient Olympics games held in Greece. I developed this website to show the wonderful games being payed during this period of Olympics.
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 the capstone project website.
- HTML
- CSS3 (Flexbox and Grid)
- JavaScript
- Git and GitHub
- Visual Studio Code
To get a local copy for this project and running follow these simple example steps.
- You need to have git installed in your computer
- A text editor or terminal (Visual Studio Code or Atom)
- A web brower to view output (Google Chrome)
- To clone the repository run this command
git clone https://github.com/braincee/Sports-News.git
For tracking linters 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 .
- I used GitHub Pages to deploy my website
- For more information about publishing sources, see "About github page"
👤 Stephen Annor
- GitHub: @braincee
- Twitter: @annor0543
- LinkedIn: Stephen Annor
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.