A clean and ready-to-use React + JavaScript starter powered by Vite and Tailwind CSS. Includes routing, icons, animation, and form handling tools to help you build beautiful UIs faster and easier.
## Features
- **React 18 + Vite** – modern and fast dev environment
- **JavaScript (ES6+)**
- **Tailwind CSS** – styling made easy
- **React Router DOM** – route management
- **React Icons** – icon library
- **Google Fonts** – font support
- **Framer Motion** – animations library
- **React Hook Form + Yup** – form control & validation
- **Prettier + ESLint** – code consistency
- **Structured Folder Layout**
## Getting Started
```bash
git clone https://github.com/your-username/react-js-starter.git
cd react-js-starter
npm install
npm run dev
## Project Setup
src/
│
├── assets/
├── components/
├── hooks/
├── layouts/
├── pages/
├── routes/
├── utils/
├── App.jsx
└── main.jsx