https://github.com/subramanyaks/myreactapp
My Portfolio website v2 using react JS v19.
https://github.com/subramanyaks/myreactapp
bootstrap css developer-portfolio html javascript netlify-deployment personal-portfolio personal-portfolio-website personal-website portfolio react react-bootstrap react-portfolio react-portfolio-website reactjs
Last synced: 27 days ago
JSON representation
My Portfolio website v2 using react JS v19.
- Host: GitHub
- URL: https://github.com/subramanyaks/myreactapp
- Owner: SubramanyaKS
- License: gpl-3.0
- Created: 2022-03-15T13:57:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T10:53:35.000Z (4 months ago)
- Last Synced: 2025-04-02T17:51:22.107Z (2 months ago)
- Topics: bootstrap, css, developer-portfolio, html, javascript, netlify-deployment, personal-portfolio, personal-portfolio-website, personal-website, portfolio, react, react-bootstrap, react-portfolio, react-portfolio-website, reactjs
- Language: JavaScript
- Homepage: https://subramanyaks.netlify.app/
- Size: 6.77 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My React Portfolio
[](https://app.netlify.com/sites/subramanyaks/deploys)
[](https://github.com/SubramanyaKS/MYReactApp/blob/main/LICENCE)
[](https://github.com/SubramanyaKS/MYReactApp/stargazers)
[](https://github.com/SubramanyaKS/MYReactApp/issues)


Hello folks.This is my new portfolio using React JS UI development library. React JS uses Virtual DOM, thereby creating web applications faster. You can find my old [website](https://subramanyaks.github.io).
### Features.
* Responsive UI
* Smooth Navigation
* Added small chatbot (rule based).
* Smooth Animation### Technology used.
* [
](https://reactjs.org/)
* [](https://react-bootstrap.github.io/)
* [React tsParticles](https://github.com/matteobruni/tsparticles)---
### Prerequisits.
* [](https://nodejs.org/) must be installed before installing the project.
* [](https://git-scm.com/) must be installed to clone this project.
* Operating System used is Windows (Note: in linux i have not tested it).
* You may use any editor of your choice (Recommended VS Code).---
### Run and Setup
1. Fork the Project and clone Repository using git clone
```
git clone https://github.com/SubramanyaKS/MyReactApp.git
```2. Install all dependency in package.json
```
npm install
```3. Run application using command
```
npm run dev
```5. Automatically open the website in localhost
```
http://localhost/5173
```
---### Contribution
if you want to contribute to this project.
1. Fork the repository
2. Create a new branch (any name except main and master)
```
git checkout -b xyz
```
3. Make changes and commit your changes.
```
git commit -m "Changes in xyz"
```
4. Push the changes to new branch.
```
git push origin xyz
```
5. Open a pull request---
### Author
**Subramanya K S**
---
### Demo 🚀.The portfolio is deployed in netlify platform.
[Portfolio](https://subramanyaks.netlify.app/)
---
### License 📄.This project is licensed under the GNU General public License v3 License - see the `LICENSE.md` file for details
---
**Note:Particle effect has been removed. if you want just import the component at your desired page**
**Note: For Particle Effect please refer:**
[This tutorial](https://www.youtube.com/watch?v=uuohRbc18zE)If you like this don't forget to ⭐ the repository.
Thank You for visiting
Have a nice day 😊