A sleek, responsive landing page built with React and Tailwind CSS, featuring modern design principles and smooth animations.
- 🎨 Modern and clean design
- 📱 Fully responsive layout
- ⚡ Built with React and Vite
- 🎯 Optimized performance
- 🌈 Tailwind CSS for styling
- ✨ Smooth animations with Framer Motion
- 🔍 SEO friendly
- 🌐 Easy to deploy
- React 18
- Vite
- Tailwind CSS
- Framer Motion
- Remix Icons
- GitHub Pages (for deployment)
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/sahilsama/Free-Landing-page.git- Navigate to the project directory
cd Free-Landing-page- Install dependencies
npm install- Start the development server
npm run dev- Build for production
npm run build├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── constants/
│ ├── App.jsx
│ └── main.jsx
├── index.html
├── package.json
├── tailwind.config.js
└── vite.config.js
- Colors and themes can be modified in
tailwind.config.js - Content can be updated in
src/constants/index.jsx - Components are modular and can be easily modified
The landing page is fully responsive and works seamlessly on:
- Desktop
- Tablet
- Mobile devices
The project is configured for easy deployment to GitHub Pages:
npm run deployContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Sahil Sama - GitHub
