Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akiayu13/portfolio
- Owner: akiayu13
- Created: 2023-01-27T10:14:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:26:03.000Z (5 months ago)
- Last Synced: 2024-08-26T22:33:43.275Z (5 months ago)
- Topics: framer-motion, nextjs, tailwind, tailwind-css, typescript
- Language: TypeScript
- Homepage: https://portfolio-akiayu13.vercel.app/
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 repo2. In root directory run
```bash
npm install
```
3. Then type
```bash
npm run dev
```
Enjoy!