Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucaswinkler/personal-site-v2

Iteration 2 of my personal website - built using React
https://github.com/lucaswinkler/personal-site-v2

es6 javascript jsx personal personal-site personal-website portfolio react sass scss

Last synced: about 2 months ago
JSON representation

Iteration 2 of my personal website - built using React

Awesome Lists containing this project

README

        

[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Netlify Status](https://api.netlify.com/api/v1/badges/32aaa4c2-de6e-43f5-be3c-df07939da6a9/deploy-status)](https://app.netlify.com/sites/lucaswinkler-v2/deploys)





Logo

Personal Website v2


The second iteration of lucaswinkler.dev built with React and hosted with Netlify at: lucaswinkler-v2.netlify.app.

[![https://lucaswinkler-v2.netlify.app][website-screenshot]](https://lucaswinkler-v2.netlify.app/)

## Table of Contents

- [About](#about)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Production](#production)
- [Contact](#contact)
- [License](#license)

## About

My new personal website which will be used to display my skills, projects and any other information. This version of my personal website is being built as a way to help teach myself React (React Hooks, TDD, possible static website generators or progressive web applications).

Also heres my Trello board so you can see what I'm currently working on: Trello.

## Getting Started

Follow these steps in order to get the website up and running locally on your machine.

### Installation

- Clone or download the repository then navigate to the root directory

- `npm install` to install any dependencies

- `npm start` to start a development server

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser

### Production

- `npm run build` to create a production build that is optimized for the web

- `npm run serve` to run the production server

- Open [http://localhost:5000](http://localhost:5000) to view it in the browser

## Contact

- [LinkedIn](https://linkedin.com/in/lucas-winkler)
- [Github](https://github.com/lucaswinkler)
- [Email](mailto:[email protected])

## License

Distributed under the MIT License. See `LICENSE` for more information.

[license-shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license-url]: https://choosealicense.com/licenses/mit
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/lucas-winkler/
[website-screenshot]: ./public/images/screenshot.png