This repository is a project-based
learning package for beingers
in web development who wants to learn React from scratch.
It contains projects I created using Rreact and different APIs along with some front-end frameworks (Bootstrap, Materialize).
I created all the projects following Brad Traversy' course in Udemy. I made some personal changes and cleared the structure a bit for future reference.
A lot of comments
are saved between the lines, which makes the code easy to understand. ReadMe.md
files are included in each projects, where relationships between the files, classes, functions are explained.
I want to share it with all beginners who want to be a full-stack developer but need some projects to get started.
I never used React before, as well as other frameworks (either front-end or back-end). As a result, I found it more difficult to learn compared to HTML/CSS. HTML and CSS do not require any settings of the environment and can be run directly in the broswer. However, a lot more files are collaborating when dealing with React. So I have some words to say to beginners like me:
- Make sure to understand concepts:
- HTML
- CSS
- JavaScripts
- Arrow Functions
- Promises / Asynchronus Requests
- Destructring
- Components / States
- Spread Operator
- High Order Array Functions
- map()
- filter()
- forEach()
- Try to know more about concepts:
- NPM
- Back-end APIs
- Front-end Framworks
Projects | Live Demo |
---|---|
Github Finder | Live Demo |
Live Demo | |
Live Demo |
If you want to see the original files, please visit Brad Traversy's website or check out all his courses available in Udemy