https://github.com/anthonygress/react-portfolio
My portfolio website written in React. Features a responsive single page app design which leverages the strengths of React.
https://github.com/anthonygress/react-portfolio
bootstrap css development portfolio react web
Last synced: 2 months ago
JSON representation
My portfolio website written in React. Features a responsive single page app design which leverages the strengths of React.
- Host: GitHub
- URL: https://github.com/anthonygress/react-portfolio
- Owner: AnthonyGress
- License: mit
- Created: 2021-08-20T20:09:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:10:16.000Z (about 2 years ago)
- Last Synced: 2024-05-21T07:09:39.763Z (about 2 years ago)
- Topics: bootstrap, css, development, portfolio, react, web
- Language: JavaScript
- Homepage: https://AnthonyGress.dev
- Size: 32.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Portfolio [](https://opensource.org/licenses/MIT)
## Screenshot
# [Live Site](https://anthonygress.dev)
## Description
A front-end protfolio website developed in React. This utilizes incapsulation and modularity pulling in only the components that are needed, at the time they are needed. Making this a very minimal and performant website.
## Table of Contents
- [Description](#Description)
- [Installation](#Installation)
- [Usage](#Usage)
- [Tests](#Tests)
- [License](#License)
- [Collaboration](#Collaboration)
## Installation
### Dependencies: **Requires** **_Node.js_** installed on your computer
To install the npm dependencies cd into the main directory and run:
```
yarn
```
## Usage
This site is live at [React Portfolio](https://techx-guy.github.io/React-Portfolio/)
To use this node app and create your own local server, clone the repo down, use the terminal to cd into the root directory. Then run:
```
yarn start
```
Use the terminal and start up the server. You can then access the API endpoints through a web browser or Insomnia.
### Build
To build and deploy this application to gh-pages run
```
yarn deploy
```
## Tests
To test please run:
```
yarn test
```
## License
[MIT License](https://opensource.org/licenses/MIT)
## Collaboration
Please feel free to collaborate with me on this project! Just fork it and submit a well documented pull request.
If you have any questions, please contact me at techx@opayq.com
**This app is strictly for educational purposes only**