Skip to content

Commit ec3bdf8

Browse files
Update README.md
1 parent c2f2706 commit ec3bdf8

File tree

1 file changed

+74
-1
lines changed

1 file changed

+74
-1
lines changed

README.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,74 @@
1-
# Shravan Goswami's Site
1+
# Shravan Goswami's Personal Portfolio Website
2+
3+
Welcome to my personal portfolio website! This project showcases my skills, projects, and professional experience.
4+
5+
## Table of Contents
6+
7+
- [Introduction](#introduction)
8+
- [Technologies Used](#technologies-used)
9+
- [Installation](#installation)
10+
- [Contributing](#contributing)
11+
- [License](#license)
12+
- [Contact](#contact)
13+
14+
## Introduction
15+
16+
This repository contains the source code for my personal portfolio website. It is designed to highlight my work, achievements, and skills as a developer.
17+
18+
## Technologies Used
19+
20+
The project is built using the following technologies:
21+
22+
- **Astro**: 55.4%
23+
- **TypeScript**: 31.1%
24+
- **Python**: 5.1%
25+
- **JavaScript**: 4.4%
26+
- **CSS**: 4%
27+
28+
## Installation
29+
30+
To set up the project locally, follow these steps:
31+
32+
1. Clone the repository:
33+
```bash
34+
git clone https://github.com/shravanngoswamii/shravanngoswamii.github.io.git
35+
```
36+
2. Navigate to the project directory:
37+
```bash
38+
cd shravanngoswamii.github.io
39+
```
40+
3. Install the dependencies:
41+
```bash
42+
npm install
43+
```
44+
4. Start the development server:
45+
```bash
46+
npm start
47+
```
48+
49+
## Contributing
50+
51+
Contributions are welcome! If you have any ideas or suggestions, please open an issue or submit a pull request.
52+
53+
1. Fork the repository.
54+
2. Create a new branch:
55+
```bash
56+
git checkout -b feature-branch
57+
```
58+
3. Make your changes and commit them:
59+
```bash
60+
git commit -m "Description of changes"
61+
```
62+
4. Push to the branch:
63+
```bash
64+
git push origin feature-branch
65+
```
66+
5. Open a pull request.
67+
68+
## License
69+
70+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
71+
72+
## Contact
73+
74+
You can reach me via [LinkedIn](https://www.linkedin.com/in/shravangoswami) or [Email](mailto:shravanngoswamii@gmail.com).

0 commit comments

Comments
 (0)