A clone of the WhatsApp.com landing page built with React and Tailwind CSS.
This project is a clone of the WhatsApp.com landing page, built with React and Tailwind CSS. It is a static web page that closely mimics the design and layout of the original WhatsApp website. It is built with React, a popular JavaScript library for building user interfaces, and Tailwind CSS, a utility-first CSS framework, which allows for a consistent and visually pleasing design. It can be used as a starting point for building a full-featured WhatsApp web app or as a learning tool to understand how the WhatsApp website is built.
- A clone of the WhatsApp.com landing page
- Built with React and Tailwind CSS
- Consistent and visually pleasing design
- Can be used as a starting point for building a full-featured WhatsApp web app
- Can be used as a learning tool to understand how the WhatsApp website is built
- Clone the repository:
git clone https://github.com/sosyfy/whatsapp-clone.git
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm start
oryarn start
- Open http://localhost:3000 in your browser to see the application.
- Customize the sections and styling to suit your needs
- React.js
- Tailwind CSS
Contribution are always welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.