issues
search
iamchristianani
/
capstone-one
This is a website which highlights all the details of a music concert, which is scheduled to take place at a given date and time,. It was built using HTML5, CSS3, and JavaScript.
https://iamchristianani.github.io/capstone-one/
12
stars
0
forks
source link
Capstone branch
#1
Closed
iamchristianani
closed
1 year ago
iamchristianani
commented
1 year ago
Capstone Project
I was able to complete this project by doing the following:
Added an index.html file
Made use of Grids and Flexboxes to arrange the page.
Created navigations to different parts of the project.
Created mobile navigation with a hamburger icon that displays the elements in it.
Added a styles.css file
Created different styling for different screen sizes: Mobile (<768px) and Desktop (>768px).
Styled the mobile navigation and all elements in it.
Added a script.js file
Made use of event listeners to load HTML content to the page.
Made use of Objects and Arrays to store and retrieve information for the page.
Made use of query selectors to point to elements in the HTML page.
Added a .gitignore file
Ignored node_modules
Made use of Linters to check for errors in the JavaScript, CSS, and HTML files.
Update the README file to give a clear explanation of the project. This file includes the following
Loom Video Recording: A video of me explaining the project.
Click Here
.
Hosted the GitHub Page of the project.
Click Here
.
Capstone Project
I was able to complete this project by doing the following: