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

https://github.com/fawredd/first-fawredd-portfolio

Fawredd portfolio
https://github.com/fawredd/first-fawredd-portfolio

backend frontend nextjs nextui portfolio react reactjs tailwind typescript ux-ui

Last synced: 3 months ago
JSON representation

Fawredd portfolio

Awesome Lists containing this project

README

          

# This is my portfolio

## Technologies Used

- [Next.js 13](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/)
- [next-themes](https://github.com/pacocoursey/next-themes)

## How to Use

### Clone

```bash
git clone https://github.com/fawredd/fawredd-portfolio.git
```

### Install dependencies

```bash
npm install
```

### Config
Edit /config/site.ts

### Run the development server

```bash
npm run dev
```

## License

Licensed under the [MIT license](https://github.com/nextui-org/next-app-template/blob/main/LICENSE).