This is a simple portfolio website that I made using Next.js and Tailwind CSS. It is a responsive website that can be viewed on any device.
- Live example hosted on Vercel: https://ikrammaulana.my.id
- 
Clone this repository git clone https://github.com/Ikram-Maulana/neon-portfolio.git 
- 
Create .envfile in root directorytouch .env 
- 
Add your DATABASE_URL and CLOUDINARY_CLOUD_NAME to .envfileDATABASE_URL="your_database_url" NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name" 
- 
Install dependencies cd neon-portfolio npm install
- 
Start the development server npm run dev 
- 
Open http://localhost:3000 with your browser to see the result 
- 
Fork this repository 
- 
Create new project on Vercel 
- 
Connect your repository to Vercel 
- 
Deploy your project 
