Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gitstar-oc/react-projects


https://github.com/gitstar-oc/react-projects

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mini React Projects
- This are the React projects that I have created. Feel free to review, revise, and fork when required.

---

## Outline
- [1. Accordian Component](#accordian)
- [2. Random Color Generator](#rcg)

## Mini Projects

**_These are some extremely useful lines of code which may be asked in interviews and might be helpful concepts. You can modify them further to the next level using your ideas and coding abilities. I am just providing basic code for each particular topic._**


- #### 1. [Accordian Component](projects/src/Accordian/Accordian.jsx) (<50 loc)
- This is a button which, on click, opens multiple divs or components, and if the button is not enabled, you can only see one component or div at a time!
> #### _**`useState Hook, Coping State, Map Method, Push and Splice`**_


- #### 2. [Random Color Generator](projects/src/RCG.jsx) (<60 loc)
- This is a page that, on click of the "Generate Random Color" button, generates a random color which can be chosen accordingly like "RGB" or "HEX" color.
> #### _**`useEffect, useState Hook, For-Loop`**_