Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skycooper/codingchallenges
Count Vowels, Bracket Validator, Draw Diomand, Sliding Window Maximum
https://github.com/skycooper/codingchallenges
bootstrap bracket-validation challenges count-vowels draw-diamond javascript sliding-window
Last synced: 5 days ago
JSON representation
Count Vowels, Bracket Validator, Draw Diomand, Sliding Window Maximum
- Host: GitHub
- URL: https://github.com/skycooper/codingchallenges
- Owner: SkyCooper
- Created: 2022-10-04T05:19:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T09:16:09.000Z (about 2 years ago)
- Last Synced: 2023-07-05T15:50:52.414Z (over 1 year ago)
- Topics: bootstrap, bracket-validation, challenges, count-vowels, draw-diamond, javascript, sliding-window
- Language: HTML
- Homepage: https://skycooper.github.io/CodingChallenges/index.html
- Size: 8.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project : Coding Challenges
## Check The Live Website ➡️ [Live Website](https://skycooper.github.io/CodingChallenges/index.html)
## Animation of the Website
![image](https://github.com/SkyCooper/CodingChallange/blob/main/coding.gif)
## Visualization of the Website
![image](https://user-images.githubusercontent.com/106506769/193820287-75432e76-3252-4f29-bc1f-2bb0c8333ba6.png)
![image](https://user-images.githubusercontent.com/106506769/193820509-a6702e5d-ba05-4a02-a5a2-4c981cb9e9e2.png)
![image](https://user-images.githubusercontent.com/106506769/193820216-be1975c8-90e7-4186-89d0-78fcda32e616.png)
![image](https://user-images.githubusercontent.com/106506769/193820628-7fb287da-1feb-404b-8615-930a50134b20.png)## Description
## Learning Outcomes
At the end of the this project, you will be able to;
- analyze a problem,
- demonstrate your knowledge of algorithmic design principles,## Project Skeleton
|----Coding Challenges
|----Count Vowels
|----Bracket Validator
|----Draw Diomand
|----Sliding Window Maximum
|----images
|----index.html
|----style.css
|----readme.md### Overview
I mastered HTML, CSS and Javascript features in this project. You can see the visual representation of the website above.