Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiayu13/portfolio

My Portfolio Website made using NextJS, Tailwind CSS, TypeScript and Framer Motion.
https://github.com/akiayu13/portfolio

framer-motion nextjs tailwind tailwind-css typescript

Last synced: about 2 months ago
JSON representation

My Portfolio Website made using NextJS, Tailwind CSS, TypeScript and Framer Motion.

Awesome Lists containing this project

README

        

# Portfolio Website using NextJS, Tailwind CSS, TypeScript and Framer Motion.

This is my portfolio website which I made using NextJS, Tailwind CSS, TypeScript and Framer-motion.

## Demo
You can visit the following link for a live demo of the project:
[Click here](https://portfolio-akiayu13.vercel.app/)

## Deployment

To deploy this project run

1. Clone the repo

2. In root directory run
```bash
npm install
```
3. Then type
```bash
npm run dev
```
Enjoy!