This project is a clone of the homepage of the GetGoing app, built to replicate its design and functionality using React and TailwindCSS. The purpose of this project is to practice and demonstrate frontend development skills by closely replicating a real-world design.
- Responsive design that adapts to different screen sizes
- Carousel component with image and content slides
- Smooth transitions between carousel slides
- Replicated styles and layout similar to the original GetGoing homepage
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- React Icons: Provides icons for the project.
- lucide-react: Icon library for the carousel arrows.
Follow these steps to get a local copy of the project up and running.
- Node.js (v14 or higher recommended)
- npm or yarn package manager
-
Clone the repository
git clone https://github.com/fatawahid15/GetGoing-Clone.git
-
Install dependencies
If you're using npm:
npm install
If you're using yarn:
yarn install
-
Start the development server
npm run dev
or
yarn run dev
The application should now be running on http://localhost:5173.
Once the project is set up:
- Open http://localhost:5173 in your browser.
- You should see the cloned version of the GetGoing homepage.
This project is licensed under the MIT License. See the LICENSE file for details.
Note: This project is for educational purposes only. It is not associated with, endorsed by, or an official replication of GetGoing.