Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyamvyas04/learningfrontend
A comprehensive collection of dynamic and static front-end projects, showcasing HTML, CSS, JS, and React-based learning and experimentation.
https://github.com/satyamvyas04/learningfrontend
css frontend html js tailwindcss webdevelopment
Last synced: 4 days ago
JSON representation
A comprehensive collection of dynamic and static front-end projects, showcasing HTML, CSS, JS, and React-based learning and experimentation.
- Host: GitHub
- URL: https://github.com/satyamvyas04/learningfrontend
- Owner: SatyamVyas04
- Created: 2023-09-28T17:55:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:06:40.000Z (2 months ago)
- Last Synced: 2024-12-03T08:19:16.730Z (2 months ago)
- Topics: css, frontend, html, js, tailwindcss, webdevelopment
- Language: HTML
- Homepage: https://satyamvyas04.github.io/LearningFrontEnd/
- Size: 49.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [LearningFrontEnd](https://satyamvyas04.github.io/LearningFrontEnd/)
Dynamic Projects
Static Projects
CSS
HTML
---
## Repository Structure
The repository is organized into three main sections: HTML Basics, CSS Basics, and JS Basics. Each section contains subfolders for various small projects and exercises to help you practice and build your skills gradually.
### HTML Basics
In this section, you'll find projects and exercises related to HTML, the markup language used to structure web content. The projects here will cover essential HTML concepts and provide hands-on experience in creating web pages. For more in-depth information and documentation on HTML, refer to [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML).
### CSS Basics
The CSS Basics section focuses on Cascading Style Sheets (CSS), which is used to control the presentation and layout of web pages. You'll work on projects to style HTML elements and make web pages visually appealing. To explore CSS in greater detail and access comprehensive resources, check out [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/CSS) and [FreeCodeCamp CSS Videos](https://www.freecodecamp.org/).
### JS Basics
The JS Basics section delves into JavaScript, a powerful programming language that adds interactivity and functionality to web pages. You'll find projects and exercises to help you understand JavaScript's core concepts. For guidance and additional learning materials on JavaScript, refer to [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript) and [FreeCodeCamp JavaScript Videos](https://www.freecodecamp.org/).
### React
This repository contains solutions to the challenges assigned by Dave Gray in his React 9hrs course. You can find my solutions deployed on [Vercel](https://learning-react-dave-gray-challenge.vercel.app/). A link to the course itself is provided below for your reference.
[Link to Dave Gray's React 9hrs Course](https://www.youtube.com/watch?v=RVFAyFWO4go)
## Contributing
If you have suggestions for improvements or would like to contribute additional learning resources, please feel free to open an issue or submit a pull request. Your contributions are welcome and can help others in their learning journey.
Happy learning, and enjoy your front-end development journey!