https://github.com/najahaja/youngdevinterns-reactjs-clonesite
This project is a clone of the YoungDevInterns website, developed during my internship. Using React, Vite, Tailwind CSS, and Font Awesome, it replicates the original site's layout and styling, showcasing my skills in front-end development and deployment. The clone features responsive design and smooth navigation..
https://github.com/najahaja/youngdevinterns-reactjs-clonesite
font-awesome react reactrout responsive tailwindcss vite webdesign webdevelopment youngdevintern
Last synced: about 2 months ago
JSON representation
This project is a clone of the YoungDevInterns website, developed during my internship. Using React, Vite, Tailwind CSS, and Font Awesome, it replicates the original site's layout and styling, showcasing my skills in front-end development and deployment. The clone features responsive design and smooth navigation..
- Host: GitHub
- URL: https://github.com/najahaja/youngdevinterns-reactjs-clonesite
- Owner: najahaja
- Created: 2024-09-10T11:23:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:11:55.000Z (almost 2 years ago)
- Last Synced: 2025-05-21T01:14:34.263Z (about 1 year ago)
- Topics: font-awesome, react, reactrout, responsive, tailwindcss, vite, webdesign, webdevelopment, youngdevintern
- Language: JavaScript
- Homepage: https://youngdevinterns.netlify.app/
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/youngdevinterns/deploys)
# YoungDevInterns Clone

## Description
This project is a clone of the YoungDevInterns website, created as part of my on-site internship. The clone replicates the original site using modern web development technologies.
### Technologies Used
- **React**: JavaScript library for building user interfaces.
- **Vite**: Build tool that provides fast development and builds.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **React Router**: Declarative routing for React.js.
## Features
- **Responsive Design**: The site is designed to be fully responsive and look great on all devices.
- **Smooth Navigation**: Implemented with React Router for seamless page transitions.
- **Dynamic Components**: Utilizes modern React features for an interactive user experience.
## Setup and Installation
1. **Clone the Repository**
```bash
git clone https://github.com/your-username/your-repository-name.git
2. **Navigate to Project Directory:**
cd your-repository-name
3.**Install Dependencies:**
npm install
4.**Run the Development Server**
npm run dev