https://github.com/fleetadmiraljakob/portfolio
My self-coded personal website builds with ReactJS
https://github.com/fleetadmiraljakob/portfolio
css html javascript portfolio portfolio-site portfolio-website react
Last synced: 5 months ago
JSON representation
My self-coded personal website builds with ReactJS
- Host: GitHub
- URL: https://github.com/fleetadmiraljakob/portfolio
- Owner: FleetAdmiralJakob
- License: apache-2.0
- Created: 2022-10-20T14:08:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T05:01:26.000Z (about 1 year ago)
- Last Synced: 2024-04-08T06:23:00.915Z (about 1 year ago)
- Topics: css, html, javascript, portfolio, portfolio-site, portfolio-website, react
- Language: TypeScript
- Homepage: https://www.roessner.tech/
- Size: 33.3 MB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Portfolio Website - v2.0
roessner.tech
![]()
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
🔹
Report Bug
🔹
Request Feature## TL;DR
You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back
to [FleetAdmiralJakob](https://github.com/FleetAdmiralJakob/Portfolio). Thanks!## Built With
My personal portfolio roessner.tech which features some of my
GitHub projects as well as my resume and technical skills.This project was built using these technologies.
- ReactJS
- Node.js
- Express.js
- CSS3
- Sass
- Webstorm
- VSCode
- Typescript## Features
**📖 Multi-Page Layout**
**🎨 Styled with React-Bootstrap and CSS with easy to customize colors**
**📱 Fully Responsive**
## Getting Started
Clone down this repository. You will need `node.js` and `git` installed globally on your machine.
## 🛠 Installation and Setup Instructions
1. Installation: `npm install`
2. In the project directory, you can run: `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.## 🚀 To deploy using gh-pages module on GitHub page run the following command.
1. In package.json update `"homepage": ""` by adding your GitHub page url.
2. `npm run deploy`
3. Go to settings -> pages -> build and deployment -> choose `gh-pages` as root branch## Usage Instructions
Open the project folder and Navigate to `/src/components/`.
You will find all the components used, and you can edit your information accordingly.## License
Copyright 2023 Jakob Felix Eugen Rössner
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.