A comprehensive collection of learning resources and projects for front-end web development technologies.
This repository serves as a one-stop-shop for front-end developers looking to enhance their skills and knowledge. It contains a curated list of tutorials, articles, and other learning resources covering a wide range of front-end technologies, as well as practical projects to apply your skills.
Clone this repository to your local machine using the following command:
git clone https://github.com/Yuzu02/Front-Resources.git
Navigate through the different folders in the repository to find resources for your technology of choice.
Each folder contains a README.md
file that provides a brief overview of the resources available and links to the relevant materials.
Explore the Projects
folder to find hands-on coding projects that you can work on to practice your skills.
Project | Description |
---|---|
Calculadora | A simple web-based calculator for basic arithmetic operations. |
Carrusel | A carousel component for cycling through elements. |
ListaTarea | An efficient to-do list application for task management. |
Login | A login form implementation with basic authentication. |
React Components | A collection of reusable React components. |
QRGeneratorApp | A React-based QR Code Generator application. |
WeatherApp | A Weather Application using the OpenWeather API. |
To make the most of this repository, we recommend following this learning path:
Step | Topic | Description |
---|---|---|
1 | HTML Fundamentals | Start with the basics of web structure |
2 | CSS Styling | Learn how to style your HTML elements |
3 | JavaScript Essentials | Understand the core concepts of JavaScript |
4 | TypeScript Basics | Get familiar with typed JavaScript |
5 | React Fundamentals | Learn the basics of the React library |
6 | Tailwind CSS | Explore utility-first CSS framework |
7 | Advanced Topics | Dive deeper into each technology |
8 | Projects | Apply your knowledge by working on the provided projects |
Each step in this path has corresponding resources in our repository. Feel free to adjust this path based on your current knowledge and learning goals.
Contributions to this repository are welcome and encouraged! Here's how you can contribute:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Please read our Contributing Guidelines for more details.
We'd like to thank all the contributors and the amazing front-end community for their support and resources.
This project is licensed under the MIT License.
βοΈ If you find this repository helpful, please consider giving it a star!