Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)


duncanbrewster.com


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).