https://github.com/philippkant/kant.dev
My personal website
https://github.com/philippkant/kant.dev
netlify portfolio portfolio-website react react-portfolio react-router styled-components
Last synced: 6 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/philippkant/kant.dev
- Owner: philippkant
- Created: 2021-03-25T10:49:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T09:08:22.000Z (6 months ago)
- Last Synced: 2025-04-30T00:08:43.432Z (6 months ago)
- Topics: netlify, portfolio, portfolio-website, react, react-portfolio, react-router, styled-components
- Language: JavaScript
- Homepage: https://kant.dev
- Size: 6.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kant.dev
My personal website.
You can see it live here: [``` kant.dev ```](https://kant.dev/)

## Tech Stack
- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/web/guides/quick-start) for routing
- [React Icons](https://react-icons.github.io/react-icons/) for importing icons
- [styled-components](https://styled-components.com/docs/basics) for CSS styling
- [Netlify](https://www.netlify.com/) for hosting## 🛠Installation & Set Up
1. Install and use the correct version of Node
2. Install dependencies
```sh
npm install
```3. Start the development server
```sh
npm start
```