https://github.com/ertugrulsertaslan/examples
Examples using HTML, CSS and Javascript.
https://github.com/ertugrulsertaslan/examples
css html5 javascript
Last synced: 2 months ago
JSON representation
Examples using HTML, CSS and Javascript.
- Host: GitHub
- URL: https://github.com/ertugrulsertaslan/examples
- Owner: ertugrulsertaslan
- Created: 2023-07-20T21:19:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T21:33:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T22:29:49.580Z (4 months ago)
- Topics: css, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples
Examples using HTML, CSS and Javascript.
What I learned in these examples
---
- Arrays and Array Methods: How to store and manage data such as student list, product list, and array methods using the array data structure.
- Objects and Properties of Objects: Using JavaScript objects, how to represent objects and access and manage their properties.
- Functions and Return Values: Using JavaScript functions to collect repetitive operations into functions and get their return values and results.
- Conditional Expressions (if, else, else if): Performing different operations under certain conditions by using conditional expressions with JavaScript.
- Loops (for, while, do...while): Being able to repeat a certain operation using loops and getting different results in different situations.
- Event Handlers: Capturing HTML events using JavaScript, triggering handler functions and increasing the interaction of the page.
- API: Ability to use the API to receive and send data from the server using Web APIs.
- Debugging: When I encounter an error in the projects I develop, I try to research for the solution of the error.
---
# What do I want to learn next
- To get more optimized code
- I want to improve myself in terms of visuality by learning scss
- Making the examples I made with javascript with React
- I will make a website where I will showcase my projects.
---
# What state am i in now
- I can do whatever I want with html, css and javascript
- When I encounter an error in my project, I can resolve the error.
---
# TechThis project uses a number of open source projects to work properly:
- Html
- Css
- JavaScript