Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 used

1. 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
```