This project is a clone of the homepage of UniCards, aimed at replicating the design and functionality of the original website using React and Vite.
UniCards is a popular platform offering credit services to millions of Indians. This project aims to recreate the UniCards homepage, providing users with an immersive experience similar to the original website.
- Replica of UniCards homepage design.
- Responsive layout for various screen sizes.
- Dynamic content integration.
- React components for modularity and reusability.
- React.js
- Vite
- HTML5/CSS3
- JavaScript (ES6+)
To run this project locally, follow these steps:
-
Clone the repository:
git clone <repository-url> -
Navigate into the project directory:
cd unicards-clone -
Install dependencies:
npm install -
Start the development server:
npm run dev -
Open your browser and navigate to http://localhost:5173.
- Explore the cloned homepage to see the replicated design and functionality.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
This project is licensed under the MIT License.