Welcome to the Frontend Repository! This repository is a comprehensive resource for mastering frontend development. It includes detailed notes, assignments, and practice tasks covering JavaScript, DOM manipulation, React, React Router, and Redux.
- Notes on frontend technologies
- Assignments to reinforce learning
- Practice tasks for hands-on experience
- Solutions for DOM manipulation, React components, and state management
- JavaScript
- HTML5
- CSS3
- React
- React Router
- Redux
- Tailwind
- Netlify
- JavaScript: Core concepts, ES6+, and best practices
- DOM Manipulation: Selecting elements, event handling, and updating the DOM
- React: Components, hooks, lifecycle methods, and state management
- React Router: Navigation and routing
- Redux: State management, actions, and reducers
- JavaScript fundamentals and advanced concepts
- DOM manipulation challenges
- Building React components and applications
- Implementing navigation with React Router
- Managing state with Redux
- Dynamic DOM updates
- Advanced routing techniques
To set up this repository locally, follow these steps:
- Clone the repository:
git clone https://github.com/rishabh0com/_frontend.git
_frontend/ ├── Projects ├── DOM-I ├── IW DOM-I ├── IW DOM-II ├── DOM-II ├── DOM-III ├── IW DOM-III ├── Constructor Function ├── Prototypal Inheritance ├── Async Programming ├── Promises ├── Fetch-I ├── ES6-I ├── Fetch-II ├── ES6-II ├── Start-with-React ├── Debouncing-Throttling ├── React-II ├── React-III ├── useEffectHook-I ├── React_Redux └── README.md

