Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunger7/portfolio
My personal website. A place to showcase projects and tell a bit about myself.
https://github.com/yunger7/portfolio
mantine nextjs nord notion-api portfolio
Last synced: 3 months ago
JSON representation
My personal website. A place to showcase projects and tell a bit about myself.
- Host: GitHub
- URL: https://github.com/yunger7/portfolio
- Owner: yunger7
- License: apache-2.0
- Created: 2022-01-23T12:44:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:57:57.000Z (4 months ago)
- Last Synced: 2024-11-02T10:52:44.326Z (3 months ago)
- Topics: mantine, nextjs, nord, notion-api, portfolio
- Language: JavaScript
- Homepage: https://luisgalete.com.br
- Size: 14.2 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My portfolio
A place to showcase projects and previous works
## About
This is my portfolio website ― A place to tell a little bit about myself, showcase a few of my previous works and get in touch with other people. Each major version has its own branch and a subdomain associated with it, so it's possible to see the progress that I've made over time.## Tech stack
- [Next.js](https://nextjs.org/)
- [Mantine](https://mantine.dev/)
- [Nord](https://www.nordtheme.com/)
- [Notion API](https://developers.notion.com/)
- [GitHub API](https://docs.github.com/en/rest)## Setup
First, clone the repo to your machine, then install the dependencies and run `npm run dev` to start the development server.
```
$ git clone https://github.com/yunger7/portfolio.git
$ cd ./portfolio
$ npm install
$ npm run dev
```
Open http://localhost:3000 on your browser and voilà !## License
Licensed under Apache-2.0 License. See `LICENSE` for more details.
Powered by ☕ and JavaScript
Made with 💙 by yunger