Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabhuignoto/myportfolio
My personal portfolio website
https://github.com/prabhuignoto/myportfolio
gatsby gatsbyjs portfolio portfolio-website react reactjs resume-website
Last synced: 4 months ago
JSON representation
My personal portfolio website
- Host: GitHub
- URL: https://github.com/prabhuignoto/myportfolio
- Owner: prabhuignoto
- License: mit
- Created: 2018-08-08T11:45:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:04:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:07:01.885Z (9 months ago)
- Topics: gatsby, gatsbyjs, portfolio, portfolio-website, react, reactjs, resume-website
- Language: HTML
- Homepage: http://www.prabhumurthy.com
- Size: 89.6 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://dev.azure.com/prabhummurthy/portfoilio/_apis/build/status/prabhuignoto.myportfolio?branchName=master)](https://dev.azure.com/prabhummurthy/portfoilio/_build/latest?definitionId=3&branchName=master)
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)## Modern frontend dev portfolio
![Website front](2018-08-21-22-11-08.png)
### InstallingClone the project locally and run the following command to install the dependencies first.
```javascript
npm install
```### Development Mode
To start the project in development mode
```javascript
npm run develop
```### Testing
```javascript
npm run test
```### Deployment
To generate the production build, please run
```javascript
npm run build
```### Built With
* [Gatsby JS](https://www.gatsbyjs.org/) - Static site generator for React.
* [React JS](https://reactjs.org/) - Library for creating user interfaces.
* [Styled Components](https://www.styled-components.com/) - Visual primitives for UI components.* **Prabhu Murthy** - *Initial work* - [PrabhuIgnoto](https://github.com/prabhuignoto)
### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details