https://github.com/ompreetham/social-links-profile
A Social Links Profile created with Vite + React. A challenge by Frontend Mentor.
https://github.com/ompreetham/social-links-profile
challenge components css frontend frontend-mentor frontenddevelopment html react reactjs render vite
Last synced: 3 months ago
JSON representation
A Social Links Profile created with Vite + React. A challenge by Frontend Mentor.
- Host: GitHub
- URL: https://github.com/ompreetham/social-links-profile
- Owner: OmPreetham
- License: mit
- Created: 2024-03-21T22:47:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T18:33:02.000Z (about 2 years ago)
- Last Synced: 2025-06-26T08:04:37.507Z (12 months ago)
- Topics: challenge, components, css, frontend, frontend-mentor, frontenddevelopment, html, react, reactjs, render, vite
- Language: JavaScript
- Homepage: https://ompreetham.github.io/social-links-profile/
- Size: 567 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Social Links Profile using Vite React
This project is a simple React application bootstrapped with Vite for rapid development. It provides a way to showcase your social media profiles in a clean and organized manner. A challenge by Frontend Mentor.

## Features
- Displays links to various social media profiles.
- Customizable and easy to add new social media platforms.
- Built with Vite for fast development and hot module replacement.
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your machine.
### Installation
1. Clone this repository to your local machine using the following command:
```
git clone https://github.com/OmPreetham/social-links-profile.git
```
1. Navigate into the project directory:
```
cd social-links-profile
```
1. Install dependencies using npm:
```
npm install
```
## Usage
To run the project, use the following command:
```
npm run dev
```
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
```
npm run build
```
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
This will create an optimized build of the project in the `dist` directory.
## Additional Information
- This project was scaffolded using Vite, a blazing fast frontend build tool.
- It uses React for building the user interface.
- Feel free to customize the project according to your needs.
## License
This project is licensed under the [MIT License](LICENSE).