Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanbrewster/portfolio
My Portfolio
https://github.com/duncanbrewster/portfolio
css emailjs jsx portfolio react
Last synced: 7 days ago
JSON representation
My Portfolio
- Host: GitHub
- URL: https://github.com/duncanbrewster/portfolio
- Owner: DuncanBrewster
- Created: 2022-01-18T00:04:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:35:17.000Z (5 months ago)
- Last Synced: 2024-06-23T10:26:19.876Z (5 months ago)
- Topics: css, emailjs, jsx, portfolio, react
- Language: JavaScript
- Homepage: https://duncanbrewster.com
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NOTE: Currently not public because I did not renew my domain subscription
![image](https://user-images.githubusercontent.com/87501964/152624461-da9b948f-07f0-4b79-a479-6ef0b4017894.png)
My Portfolio---
## Features
- View my featured projects
- Connect with me via my contact form## Technologies
This project:
- was built with React
- is styled with CSS
- uses JSX
- uses EmailJS to link website with email## Installation
**_1. Getting started._**
Clone the git repository to your computer.
```shell
git clone https://github.com/DuncanBrewster/portfolio.git
```**_2. Installing the dependencies._**
Navigate to the portfolio directory and install its JavaScript dependencies.
```shell
cd portfolio
npm install
```**_3. Start developing._**
Open the project on a development server.
```shell
npm start
```Check out the site in your internet browser by going to [http://localhost:3000](http://localhost:3000).