Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).