This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.
This is the React.js frontend for the Aurumn AU Shop Frontend application. It is the r renovated webpage for the Aurumn. I have choosed the AU shop webpage in the Product & Features section
- Frontend: React.js, Tailwind CSS
-
Clone the repository:
git clone https://github.com/safeer239/aurumn.git
-
Install dependencies:
npm install
npm run dev
Hero.jsx: The landing and the top section of the web page About.jsx: The second section of the web page Cards.jsx: The next section of the web page dispalying four cards Features.jsx: This section describes about the features of the webpage Footer.jsx: Footer section
Fully responsive UI using Tailwind CSS.