This project demonstrates how to style React components using Styled Components and Tailwind CSS. It showcases a simple application with:
Header
component styled using Tailwind CSS.AuthInputs
form demonstrating user interaction, validation, and modern styling techniques.Header Component:
AuthInputs Component:
Input
and Button
components for consistency.Styling Techniques:
React-Art
│
│ .gitignore
│ .vite.config
│ index.html
│ package-lock.json
│ package.json
│ README.md
│ postcss.config.js
│ tailwind.config.js
│
└───public
│
│ vite.svg
│ logo.png
│ OverView.png
│
└───src
│ App.jsx
│ main.jsx
│ index.css
│ Header.css
│
├───assets
│ logo.png
│
├───components
│ AuthInputs.jsx
│ Button.jsx
│ Header.jsx
│ Input.jsx
│
To get started with the project locally:
git clone https://github.com/SalahShallapy/React-Art.git
cd React-Art
npm install
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)