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
- Host: GitHub
- URL: https://github.com/fawredd/first-fawredd-portfolio
- Owner: fawredd
- License: mit
- Created: 2024-02-21T00:29:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:29:49.000Z (about 2 years ago)
- Last Synced: 2025-06-14T21:41:23.063Z (about 1 year ago)
- Topics: backend, frontend, nextjs, nextui, portfolio, react, reactjs, tailwind, typescript, ux-ui
- Language: TypeScript
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).