react-fundamentals
There are 44 repositories under react-fundamentals topic.
tyroprogrammer/learn-react-app
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
JoanClaret/react-fundamentals
React fundamentals
Prakhar-002/React-Monster-Course
React Monster Course Ultimate Visualizaion with HuXn WebDev ๐ - repo covers a wide range of React topics, from fundamentals ๐ to advanced hooks & React 19 โ๏ธ. It includes TypeScript ๐๏ธ, state management (Zustand, Redux) ๐๏ธ, UI libraries ๐จ, testing ๐งช, animations (Framer Motion) ๐ญ, auth ๐, and React Native ๐ฑ.
alstn2468/epic-react-summary
๐ Epic React by Keny C Dodds Summary Repository โ
SocialNerdsGR/react-fundamentals-notes
Notes for React fundamentals workshop.
arnobt78/Accordion--React-Frontend-Fundamental-Project-4
This project is a simple React application that displays a list of questions with toggleable answers. It uses the `useState` hook to manage the state of the questions and their visibility.
arnobt78/Animate-Review-Slider--React-Frontend-Fundamental-Project-7
This project demonstrates a simple image slider using React. It includes two implementations: a custom carousel and a carousel using the React Slick library.
arnobt78/Birthday-Buddy--React-Frontend-Fundamental-Project-1
Birthday Buddy is a simple React application that displays a list of people with their birthdays. Users can view the list of people and clear the list with a button click.
arnobt78/Cart--React-Frontend-Fundamental-Project-14
This project is a simple shopping cart application built with React, using the useReducer hook for state management and context API for global state.
arnobt78/Color-Generator--React-Frontend-Fundamental-Project-9
This project is a color generator application built with React. Users can input a color and generate a list of shades and tints for that color. The application also allows users to copy color values to the clipboard and displays notifications using react-toastify.
arnobt78/Contentful-CMS--React-FullStack-Fundamental-Project-18
This project demonstrates the integration of Contentful CMS with a React application. It includes a Hero section and a Projects section that fetches and displays data from Contentful.
arnobt78/Grocery-Bud--React-Frontend-Fundamental-Project-10
Grocery Bud is a simple React application to manage a grocery list. Users can add, edit, and remove items, with the list being persisted in local storage. The application also provides notifications using react-toastify.
arnobt78/Menu-Filter--React-Frontend-Fundamental-Project-5
This project is a simple React application that displays a menu with various items. Users can filter the menu items by categories such as breakfast, lunch, and shakes.
arnobt78/Navbar--React-Frontend-Fundamental-Project-11
This project demonstrates how to create a responsive navigation bar using React and Vite. The navigation bar includes links and social icons, which are dynamically rendered based on the component's state.
arnobt78/Paragraph-Generator--React-Fundamental-Project-8
This project is a simple React application that generates random paragraphs of text. It allows users to specify the number of paragraphs they want to generate.
arnobt78/React-Query-ServerlessAPI-Task-Manager--React-FullStack-Fundamental-Project-15
A production-ready task manager that pairs a Vite-powered React frontend with serverless API routes. The app demonstrates how to fetch, mutate, and persist data with React Query while bundling the backend logic into the same repository for easy deployment to Vercel or Netlify.
arnobt78/Reviews--React-Frontend-Fundamental-Project-3
This project is a simple React application that displays user reviews. Users can navigate through the reviews, view a random review, and see the details of each reviewer.
arnobt78/Sidebar--React-Frontend-Fundamental-Project-12
This project is a simple React application that demonstrates the use of global context to manage the state of a sidebar and a modal. The application includes three main components: Home, Modal, and Sidebar.
arnobt78/Strapi-Submenus--React-Frontend-Fundamental-Project-13
This project demonstrates a responsive navigation menu with submenus using React. It includes a global context for managing the sidebar state and dynamic rendering of submenus based on the data provided.
arnobt78/Tabs--React-Frontend-Fundamental-Project-6
This project is a React application that displays job information fetched from an external API. Users can navigate through different jobs using buttons, and the application dynamically updates the displayed job details.
arnobt78/Tours--React-Frontend-Fundamental-Project-2
This project is a React application that fetches and displays a list of tours from an external API. Users can view tour details, remove tours from the list, and re-fetch the tours.
arnobt78/Unsplash-Images--React-FullStack-Fundamental-Project-17
This project is a React application that allows users to search for images using the Unsplash API. It includes features such as dark mode (stored in localstorage), search functionality, and image gallery display.
asbhogal/React-Fundamentals
A simple repo showing different fundamentals and good practices in React, covering state management, passing children and functions to components via props and conditional rendering. Written in TypeScript and styled using Bootstrap.
ElefHead/react-fundamentals-weatherApp
Application following the react tutorial by Tyler McGinnis.
ImrenR/HospitalApp
A React + Vite application for managing hospital appointments. Add patients, view patient lists, and navigate between pages seamlessly.
juancumbeq/platzi-react-fundamentals
In this course, I created a TODO app and learned how to build interactive web applications with React.js. I worked with components, props, CSS styles, states, and React effects, and implemented React Context, React Portals, and storage with Local Storage. โ
mustafa-bircan/order-react
A pizza ordering application built with React
nlharri/tv-series-app
Sample app from the React tutorial "React Fundamentals" of Edvinas Daugirdas. The app is fetching TV series info from tvmaze.com.
SocialNerdsGR/react-shopping-cart-example
Shopping cart application using React.
MihirModi14/Quick-Tic
This project showcases the fundamental concepts of game logic and user interaction. Enjoy the timeless fun of X's and O's!"
Wahab3917/Learning-React
A basic text app
amponsemmichael/driver-registration-system
A full-stack application for driver registration and dashboard management. The system allows users to register drivers, upload documents, and view driver details in a responsive dashboard..
Mia06-coder/alx-fe-reactjs
A hands-on project where I learn and practice the fundamentals of React, including JSX, components, props, and application structure. This repo documents my journey in building a strong foundation for React development.
raifels/React-Query-Task-Manager--React-Fundamental-Project-16
This project is a task management application built with React and React Query. It allows users to create, edit, and delete tasks, with data fetching and state management handled by React Query.
sahil-172002/front-end-Assignments
A repository for practicing frontend development with React, featuring assignments that cover core concepts, state management, routing, and API integration. Ideal for learning how to build and deploy modern web applications.