Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njordulv/portfolio
This is my portfolio website which designed and built on my own. Deployed on Vercel
https://github.com/njordulv/portfolio
framer-motion github-api nextjs nextui swr tailwindcss typescript
Last synced: 7 days ago
JSON representation
This is my portfolio website which designed and built on my own. Deployed on Vercel
- Host: GitHub
- URL: https://github.com/njordulv/portfolio
- Owner: njordulv
- License: mit
- Created: 2024-05-09T13:43:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T18:14:35.000Z (15 days ago)
- Last Synced: 2024-12-20T19:26:15.035Z (15 days ago)
- Topics: framer-motion, github-api, nextjs, nextui, swr, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://njordulv-portfolio.vercel.app/
- Size: 931 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js & NextUI Resume
This template serves as an interactive resume showcasing my skills, experience, personal information, contact details, and more.
Built with modern web technologies, it provides a comprehensive and engaging way to present my professional profile.## Interactive Resume Features
- **About**: A personal introduction and background information.
- **Skills**: A detailed overview of my technical and soft skills.
- **Experience**: A timeline of my professional journey, highlighting key roles and achievements.
- **Projects**: Showcasing my work by leveraging the GitHub API to display a curated list of my repositories and contributions.
- **Beyond Coding**: Shortly about my hobbies outside of work.
- **Contact**: Easy ways to get in touch with me, including email and social media links.## Technologies Used
- [Next.js 14](https://nextjs.org/docs/getting-started)
- [NextUI v2](https://nextui.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Tailwind Variants](https://tailwind-variants.org)
- [TypeScript](https://www.typescriptlang.org/)
- [Framer Motion](https://www.framer.com/motion/)
- [GitHub API](https://docs.github.com/en/rest)## How to Use
### Use the template with create-next-app
Use the Template with create-next-app.
To create a new project based on this template using `create-next-app`, run the following command:```bash
npx create-next-app -e https://github.com/nextui-org/next-app-template
```### Install dependencies
You can use one of them `npm`, `yarn`, `pnpm`, `bun`, Example using `yarn`:
```bash
yarn install
```### Run the development server
```bash
yarn dev
```Open your web browser and navigate to [http://localhost:3000](http://localhost:3000) to access the app.
## License
Licensed under the [MIT License](LICENSE).