Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wirtzdan/website
Personal website build with Chakra UI, NextJS and Airtable ✨
https://github.com/wirtzdan/website
airtable airtable-api blog chakra-ui framer-motion next nextjs portfolio reactjs vercel website
Last synced: 5 days ago
JSON representation
Personal website build with Chakra UI, NextJS and Airtable ✨
- Host: GitHub
- URL: https://github.com/wirtzdan/website
- Owner: wirtzdan
- License: other
- Created: 2019-10-05T14:54:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T12:30:11.000Z (21 days ago)
- Last Synced: 2025-01-01T13:00:29.408Z (12 days ago)
- Topics: airtable, airtable-api, blog, chakra-ui, framer-motion, next, nextjs, portfolio, reactjs, vercel, website
- Language: JavaScript
- Homepage: https://danielwirtz.com
- Size: 18.8 MB
- Stars: 478
- Watchers: 8
- Forks: 52
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- awesome-chakra-ui - Daniel Wirtz's Personal site
- Awesome-NextJs - danielwirtz.com - [website](https://danielwirtz.com/) (Build with Nextjs)
README
# danielwirtz.com
Welcome behind the curtain of my personal website/portfolio. Take a look around.
This website is build using [Next.js](https://nextjs.org/) (React Framework), [Chakra UI](https://chakra-ui.com) (Component Library) and [Airtable](https://airtable.com/invite/r/HsvqbADg) as a simple backend. The backend comes into play on the blog, books and tools page.
Read [this article](https://danielwirtz.com/blog/website-rebuild-nextjs-chakra-ui-airtable) to see how I'm using Airtable as a backend.
I think the most interesting pages to look at are:
- https://danielwirtz.com/blog
- https://danielwirtz.com/books
- https://danielwirtz.com/tools## Get it running locally
To get this website running locally, type this into your terminal:
```bash
$ git clone https://github.com/wirtzdan/website danielwirtz.com
$ cd danielwirtz.com
$ yarn
$ yarn dev
```Make sure to add environmental variables, if you want to play around with the [Airtable](https://airtable.com/invite/r/HsvqbADg) and [Raindrop](https://raindrop.io) integration. To do so create a `.env.local` file similar to [`.env.example`](https://github.com/wirtzdan/website/blob/master/.env.example).
## Using my code in your website
Read [License.md](https://github.com/wirtzdan/website/blob/master/license.md)
## Questions / Feedback
Do you have questions or feedback? Then the reach out to me on [Twitter](https://twitter.com/wirtzdan)