Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bekcodingaddict/front-end
Front-end development refers to the creation of the client-side part of a website or application—the part that users interact with directly. It involves designing and building everything a user sees and interacts with in a browser, such as layouts, navigation menus, buttons, forms, animations, and more.
https://github.com/bekcodingaddict/front-end
front-end front-end-development frontend-web frountend
Last synced: 5 days ago
JSON representation
Front-end development refers to the creation of the client-side part of a website or application—the part that users interact with directly. It involves designing and building everything a user sees and interacts with in a browser, such as layouts, navigation menus, buttons, forms, animations, and more.
- Host: GitHub
- URL: https://github.com/bekcodingaddict/front-end
- Owner: BekCodingAddict
- Created: 2024-11-01T18:35:19.000Z (13 days ago)
- Default Branch: master
- Last Pushed: 2024-11-01T19:29:18.000Z (13 days ago)
- Last Synced: 2024-11-01T20:17:55.410Z (13 days ago)
- Topics: front-end, front-end-development, frontend-web, frountend
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-End
>[!NOTE]
>Front-end development refers to the creation of the client-side part of a website or application—the part that users interact with directly. It involves designing and building everything a user sees and interacts with in a browser, such as layouts, navigation menus, buttons, forms, animations, and more.Here’s a breakdown of key aspects of front-end development:```css
/Front-End
├── HTML/
│ ├── Basics/
│ ├── Advanced/
│ └── SEO_Best_Practices.md
├── CSS/
│ ├── Basics/
│ ├── Layouts/
│ ├── Animations/
│ ├── Responsive_Design/
│ └── CSS_Tools_and_Frameworks.md
├── JavaScript/
│ ├── Basics/
│ ├── Advanced/
│ ├── ES6_and_Beyond/
│ ├── DOM_Manipulation/
│ ├── Async_Programming/
│ ├── Libraries_and_Frameworks/
│ └── JavaScript_Best_Practices.md
├── Frameworks/
│ ├── React/
│ │ ├── Basics/
│ │ ├── State_and_Props/
│ │ ├── Hooks/
│ │ └── Routing/
│ ├── Vue/
│ ├── Angular/
│ └── Comparison_of_Frameworks.md
├── Tools_and_Build/
│ ├── Git_and_Version_Control.md
│ ├── Webpack/
│ ├── Parcel/
│ ├── Vite/
│ └── Package_Management/
├── Testing/
│ ├── Unit_Testing/
│ ├── Integration_Testing/
│ ├── E2E_Testing/
│ └── Testing_Tools_and_Best_Practices.md
├── Design_Principles/
│ ├── UI_UX_Basics/
│ ├── Accessibility/
│ ├── Color_and_Typography/
│ ├── Design_Tools/
│ └── Responsive_and_Adaptive_Design.md
├── APIs_and_Backend_Interaction/
│ ├── REST/
│ ├── GraphQL/
│ ├── Authentication/
│ └── Data_Fetching_Techniques.md
└── README.md
```