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

https://github.com/kaplanh/modulecss


https://github.com/kaplanh/modulecss

functional-components inline-css jsx-syntax module-css props react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Module Css in React

[:point_right: Click here to see on browser](https://modulecss.vercel.app/ )

![modulecss](https://github.com/kaplanh/modulecss/assets/101884444/73a7b513-13ae-49b2-9841-9a60252704e1)

**What's used in this app ?** | **Author** |
|----------|------------|
|React - component |[Take a look at my portfolio](https://kaplanh.github.io/Portfolio_with_CssFlex/)|
|React - props|[Visit me on Linkedin](https://www.linkedin.com/in/kaplan-h/)|
|React - module.css||
|Deploy with Vercel | |


## How To Run This Project πŸš€


### πŸ’» Install React πŸ‘‡

```bash
yarn create react-app . or npx create-react-app .
```

## πŸ”΄ Delete these files and delete the importsπŸ‘‡

- App.test.js
- reportWebVitals.js
- setupTests.js
- favicon.ico
- logo192.png
- logo512.png
- manifest.json
- robots.txt

### πŸ’» Start the project πŸ‘‡

```bash
yarn start or npm start
```
OR
- Clone the Repo

```sh
git clone
```

- Install NPM packages

```sh
npm install or yarn
```

- Run the project

```sh
npm start or yarn start
```

- Open the project on your browser

```sh
http://localhost:3000/
```

- ### Enjoy! πŸŽ‰

## Project Skeleton

```
Module Css in React(folder)
|
|----public (folder)
β”‚ └── index.html
|----src (folder)
| |--components (folder)
β”‚ β”‚ β”œβ”€β”€ buton (folder)
β”‚ β”‚ β”‚ β”œβ”€β”€ Button.js
β”‚ β”‚ β”‚ β”œβ”€β”€ Buton.module.css
β”‚ β”‚ β”‚
β”‚ β”‚ β”œβ”€β”€ card (folder)
β”‚ β”‚ β”œβ”€β”€ Card.jsx
β”‚ β”‚ └── Card.module.css
β”‚ β”‚
β”‚ β”œ
β”‚ β”œβ”€β”€ App.js
β”‚ │── data.js
β”‚ └── index.js
β”‚
β”‚
|── .gitignore
|── package-lock.json
β”œβ”€β”€ package.json
|── README.md
|── yarn.lock

```

### At the end of the project, the following topics are to be covered;

- Component
- JSX & JS
- Inline Styling
- Props drilling
- Module.css

## Feedback and Collaboration
I value your feedback and suggestions. If you have any comments, questions, or ideas for improvement regarding this project or any of my other projects, please don't hesitate to reach out.
I'm always open to collaboration and welcome the opportunity to work on exciting projects together.
Thank you for visiting my project. I hope you have a wonderful experience exploring it, and I look forward to connecting with you soon!

βŒ› Happy Coding ✍