Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumar-rinku0/rinku-portfolio
My portfolio built with Next.js 14, Tailwind CSS and MongoDB.
https://github.com/kumar-rinku0/rinku-portfolio
css deployed javascript live mongodb mongoose nextjs nextjs14 portfolio portfolio-project portfolio-website react reactjs tailwind tailwindcss typescript
Last synced: about 2 months ago
JSON representation
My portfolio built with Next.js 14, Tailwind CSS and MongoDB.
- Host: GitHub
- URL: https://github.com/kumar-rinku0/rinku-portfolio
- Owner: kumar-rinku0
- License: mit
- Created: 2024-06-20T01:28:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T16:55:41.000Z (2 months ago)
- Last Synced: 2024-11-17T17:36:56.808Z (2 months ago)
- Topics: css, deployed, javascript, live, mongodb, mongoose, nextjs, nextjs14, portfolio, portfolio-project, portfolio-website, react, reactjs, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://rinku-portfolio-one.vercel.app
- Size: 8.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## My Portfolio ✨
##### -> Framework: [Next.js](https://nextjs.org/) - Learn about Next.js framework.
##### -> Database: [MongoDB](https://www.mongodb.com/) - MongoDB atlas.
##### -> Deployment: [Vercel](https://vercel.com/docs) - Find a plan to power your project.
##### -> Styling: [Tailwind CSS](https://tailwindcss.com/) - Best utility-first CSS framework packed with classes.
##### -> Analytics: [Vercel Analytics](https://vercel.com/docs/analytics) - Vercel web analytics.
#### Running Locally
##### -> First, clone repo.
```bashgit clone https://github.com/kumar-rinku0/rinku-portfolio.git
cd rinku-portfolio
```
##### -> Now, you can run the development server:
```bash
npm install
npm run dev
```
##### -> Open [localhost:3000](http://localhost:3000) in your browser to see the result.
#### Database
##### -> Create a ``` .env ``` or ``` .env.local ``` file to declare an Environment Variable.