An open API service indexing awesome lists of open source software.

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..

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/65333431-58eb-4c6d-96b4-104221ea0a25/deploy-status)](https://app.netlify.com/sites/youngdevinterns/deploys)
# YoungDevInterns Clone

![YoungDevInterns Clone Screenshot](src/assets/screenshot.png)
## 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