Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohit-nandagawali/myportfolio
To know more about me and my skills, check out my portfolio website.
https://github.com/rohit-nandagawali/myportfolio
Last synced: about 2 months ago
JSON representation
To know more about me and my skills, check out my portfolio website.
- Host: GitHub
- URL: https://github.com/rohit-nandagawali/myportfolio
- Owner: Rohit-Nandagawali
- Created: 2022-08-09T11:38:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T17:10:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-27T21:28:21.887Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://rohit-nandagawali.github.io/myportfolio/
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Portfolio
![image](https://user-images.githubusercontent.com/85486891/183634664-5c464bda-810c-4674-b5a4-8a7ec3bfbf5f.png)
To know more about me and my skills, check out my portfolio website.
- [Go to My Portfolio](https://rohit-nandagawali.github.io/myportfolio/)## Include the fonts s in index.html
**Inside**
```html
```
## Libraries used1. React-Router-dom
- [Learn about react router dom ](https://www.npmjs.com/package/react-router-dom)
- To use react router```
npm i react-router-dom
```
2. react-burger-menu
- [Learn more about react burger menu ](https://www.npmjs.com/package/react-burger-menu)
- To create burger menu```
npm i react-burger-menu
```## How to run this app
1. Clone the repository
```
git clone https://github.com/Rohit-Nandagawali/myportfolio
```
2. Install all the required packages
```
npm install
```3. Run the project
```
npm start
```