Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevan-2005 authored Aug 5, 2024
1 parent b7cc022 commit b048eb2
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,45 @@
# React + Vite
# Personal Portfolio

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This repository contains my personal portfolio website, built using Vite and React. The portfolio showcases my projects, skills, and experiences as a Computer Science and Engineering student at IIIT Kota.

Currently, two official plugins are available:
## Features

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- **Modern Tech Stack**: Developed using Vite for fast build times and React for a dynamic user interface.
- **Responsive Design**: Fully responsive design ensuring optimal viewing experience on all devices.
- **Dark Mode**: User-friendly dark mode toggle for a comfortable browsing experience.
- **Interactive UI**: Engaging and interactive user interface with smooth transitions and animations.
- **Projects Showcase**: Detailed presentation of my projects, including live demos and source code links.
- **Skills Section**: Highlight of my technical skills and competencies.
- **Contact Form**: Easy-to-use contact form for potential collaborations or inquiries.


## Installation

To get a local copy up and running, follow these simple steps:

1. **Clone the repository**:
```sh
git clone https://github.com/jeevan-2005/g1_choudhary.git
```
2. **Navigate to the project directory**:
```sh
cd developerPortfolio
```
3. **Install dependencies**:
```sh
npm install
```
4. **Start the application**:
```sh
npm run dev
```

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project.
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the Branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request.

0 comments on commit b048eb2

Please sign in to comment.