Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucaswinkler/personal-site-v2
- Owner: LucasWinkler
- License: mit
- Created: 2019-12-11T02:53:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T04:08:25.000Z (8 months ago)
- Last Synced: 2024-05-02T18:43:28.796Z (8 months ago)
- Topics: es6, javascript, jsx, personal, personal-site, personal-website, portfolio, react, sass, scss
- Language: SCSS
- Homepage: https://lucaswinkler-v2.netlify.app/
- Size: 3.78 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
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