Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikram-maulana/simple-portfolio
⚛️ Ikram maulana second portfolio web with simple style build using nextjs and tailwind css
https://github.com/ikram-maulana/simple-portfolio
cloudinary nextjs portfolio portfolio-website tailwindcss
Last synced: 4 days ago
JSON representation
⚛️ Ikram maulana second portfolio web with simple style build using nextjs and tailwind css
- Host: GitHub
- URL: https://github.com/ikram-maulana/simple-portfolio
- Owner: Ikram-Maulana
- Created: 2022-09-28T06:06:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T11:32:56.000Z (9 months ago)
- Last Synced: 2024-02-26T12:29:53.766Z (9 months ago)
- Topics: cloudinary, nextjs, portfolio, portfolio-website, tailwindcss
- Language: TypeScript
- Homepage: https://ikrammaulana.my.id
- Size: 8.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Simple Portfolio
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](https://ikrammaulana.my.id)
![Simple Portfolio](image.png)
## 🖥️ Running Locally
1. Clone this repository
```bash
git clone https://github.com/Ikram-Maulana/neon-portfolio.git
```2. Create `.env` file in root directory
```bash
touch .env
```3. Add your DATABASE_URL and CLOUDINARY_CLOUD_NAME to `.env` file
```bash
DATABASE_URL="your_database_url"
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name"
```4. Install dependencies
```bash
cd neon-portfolio
npm install
```5. Start the development server
```bash
npm run dev
```6. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result
## 🚀 Deploy on Vercel
1. Fork this repository
2. Create new project on [Vercel](https://vercel.com/)
3. Connect your repository to Vercel
4. Deploy your project