Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caglarturali/caglarturali.github.io.bak

Personal portfolio website repository.
https://github.com/caglarturali/caglarturali.github.io.bak

atom-one-dark developer-portfolio jamstack portfolio portfolio-website react react-portfolio reactjs typescript vs-code

Last synced: about 14 hours ago
JSON representation

Personal portfolio website repository.

Awesome Lists containing this project

README

        

# :warning::warning: This project is no longer maintained. :warning::warning:

[![Build Status](https://travis-ci.com/caglarturali/caglarturali.github.io.svg?branch=master)](https://travis-ci.com/caglarturali/caglarturali.github.io)

## What's this?

[VS Code](https://code.visualstudio.com/) / [Atom One Dark](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark) inspired developer portfolio app. :blush:

### Screenshot

![](demo.gif)

## How to ...

### ... run locally?

Make sure you have [Node](https://nodejs.org/en/) and [git](https://git-scm.com/) installed.

- Clone the repo:

```bash
git clone https://github.com/caglarturali/caglarturali.git portfolio-app
cd portfolio-app
```

- Install the dependencies:

```bash
npm install
```

- Fire up a development server:

```bash
npm start
```

#### Credits

- [typed.js](https://github.com/mattboldt/typed.js/) by [@mattboldt](https://github.com/mattboldt)

- [multilanguage-hello-json](https://github.com/novellac/multilanguage-hello-json) by [@novellac](https://github.com/novellac)