All Projects → codegeous → react-component-depot

codegeous / react-component-depot

Licence: other
A collection of react components with video tutorials

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to react-component-depot

basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-95.54%)
Mutual labels:  react-components
React-Native-Showcase
Best List of Open Source / Examples / Free / Case Study & Featured Template React Native Apps
Stars: ✭ 39 (-89.14%)
Mutual labels:  react-components
book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (-72.14%)
Mutual labels:  react-components
webapp
Web application to allow users to add content metadata about crawled resources
Stars: ✭ 13 (-96.38%)
Mutual labels:  react-components
use-scroll-direction
A simple, performant, and cross-browser hook for detecting scroll direction in your next react app.
Stars: ✭ 24 (-93.31%)
Mutual labels:  custom-hook
alcedo-ui
A set of React components.
Stars: ✭ 23 (-93.59%)
Mutual labels:  react-components
react-discord-message
React components to easily build and display fake Discord messages on your webpages.
Stars: ✭ 24 (-93.31%)
Mutual labels:  react-components
terra-framework
Terra framework houses composed and higher order react components to help developers quickly build out new applications.
Stars: ✭ 60 (-83.29%)
Mutual labels:  react-components
testable
Testable - gamified tool to improve unit testing teaching
Stars: ✭ 16 (-95.54%)
Mutual labels:  react-components
react-component-lib
Boilerplate repo for creating npm packages with React components written in TypeScript and using styled-components
Stars: ✭ 69 (-80.78%)
Mutual labels:  react-components
availity-react
React components using Availity UIKit and Bootstrap 4
Stars: ✭ 46 (-87.19%)
Mutual labels:  react-components
use-app-state
🌏 useAppState() hook. that global version of setState() built on Context.
Stars: ✭ 65 (-81.89%)
Mutual labels:  custom-hook
engage-ui
Engage UI is a React component library designed to help developers and designers creater the delightful web experiences.
Stars: ✭ 14 (-96.1%)
Mutual labels:  react-components
backbone.react-bridge
Transform Backbone views to React components and vice versa
Stars: ✭ 26 (-92.76%)
Mutual labels:  react-components
gypcrete
iCHEF web components library, built with React.
Stars: ✭ 28 (-92.2%)
Mutual labels:  react-components
neptune-web
Wise Web Design System
Stars: ✭ 55 (-84.68%)
Mutual labels:  react-components
caple-design-system
Caple Design System is an open-source design system built by Cobalt, Inc.
Stars: ✭ 58 (-83.84%)
Mutual labels:  react-components
react-collapsed
A React custom-hook for creating flexible and accessible expand/collapse components.
Stars: ✭ 392 (+9.19%)
Mutual labels:  custom-hook
label-studio-frontend
Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
Stars: ✭ 230 (-35.93%)
Mutual labels:  react-components
tic-tac-toe-game-using-bit
Simple Tic Tac Toe game built with react-typescript components
Stars: ✭ 19 (-94.71%)
Mutual labels:  react-components

Welcome to react-component-depot!

Netlify Status

A repository contains an extensive list of react components built from scratch with youtube linked tutorials.

https://react-component-depot.netlify.app

Tutorials

All the components in this repo is covered by the tutorials on the D'Coders YouTube channel. The link for the tutorial will be given at the top of each page.

Project

Project is bootstrapped with create-react-app and uses react V16.13.1

Folder Structure

Please follow the folder structure of CRA. You can find more in this in their official github page.

react-component-depot
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── actions
    ├── components
    ├── hoc
    ├── hooks
    ├── pages
    ├── reducers
    ├── resources
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── routes.js
    ├── logo.svg
    └── serviceWorker.js
    └── setupTests.js

Note: New Files and Folders will be added to the src over time.

🗀 pages - Pages are the entry points for all the user facing demo pages

🗀 hooks - Collection of hooks created and used in this application

🗀 actions - Contains the action creators for redux

🗀 components - Reusable components used in our application

📄 routes.js - Used to define application routes and Menu items

Tutorials List

  • Building a datatable in ReactJS from scratch with pagination, search and sorting [Demo] [Tutorial]
  • File Upload with cancel button and progress bar In ReactJS [Demo][Tutorial]
  • How to get client IP address and location in ReactJS [Demo] [Tutorial]
  • Infinite scrolling in ReactJS using react-waypoint [Demo] [Tutorial]
  • Integrate Google's recptcha in ReactJS and verifying user response in NodeJS [Demo] [Tutorial]
  • How to customize scroll bar in ReactJS [Tutorial]
  • How to deploy ReactJS app in netlify for free with CI/CD [Tutorial]
  • Integrate hCaptcha in ReactJS and verifying user response in NodeJS [Demo] [Tutorial]
  • Building an autocomplete component in React JS with keyboard navigation [Demo] [Tutorial]
  • Easy Dark mode switcher in react app using a custom hook [Tutorial]
  • Building a search filter with react useMemo hook [Demo] [Tutorial]
  • Show and Hide elements with a custom visibility toggle hook in ReactJS [Demo] [Tutorial]
  • Building accordion panel in reactJS with single & multiple configuration [Demo] [Tutorial]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].