https://github.com/lucasrmagalhaes/building_an_interface-react
React.js: Building an Interface
https://github.com/lucasrmagalhaes/building_an_interface-react
linkedin-learning react
Last synced: 3 months ago
JSON representation
React.js: Building an Interface
- Host: GitHub
- URL: https://github.com/lucasrmagalhaes/building_an_interface-react
- Owner: lucasrmagalhaes
- License: mit
- Created: 2022-08-27T22:26:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T05:02:25.000Z (over 3 years ago)
- Last Synced: 2026-02-19T07:29:49.180Z (4 months ago)
- Topics: linkedin-learning, react
- Language: JavaScript
- Homepage: https://building-an-interface.netlify.app/
- Size: 1.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
---
**React App**
```
npx create-react-app react_interface
```
---
[React Icons](https://react-icons.github.io/react-icons)
```
npm install react-icons --save
```
---
[tailwindcss](https://tailwindcss.com/)
```
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9 @tailwindcss/forms
```
**Craco**
```
npm install @craco/craco
```
**Setting Tailwind Config**
```
npx tailwindcss init
```
---
[PostCSS Language Support](https://marketplace.visualstudio.com/items?itemName=csstools.postcss)