https://github.com/ratnesh-maurya/ratn.tech
A personal portfolio website built with Next.js and Tailwind CSS to showcase projects, skills, and professional experiences. Optimized for performance, responsiveness, and easy deployment via Vercel.
https://github.com/ratnesh-maurya/ratn.tech
blog nextjs portfolio reactjs tailwindcss
Last synced: 6 months ago
JSON representation
A personal portfolio website built with Next.js and Tailwind CSS to showcase projects, skills, and professional experiences. Optimized for performance, responsiveness, and easy deployment via Vercel.
- Host: GitHub
- URL: https://github.com/ratnesh-maurya/ratn.tech
- Owner: ratnesh-maurya
- Created: 2024-10-02T06:40:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:43:46.000Z (6 months ago)
- Last Synced: 2025-03-29T19:31:17.492Z (6 months ago)
- Topics: blog, nextjs, portfolio, reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://ratn.tech
- Size: 88.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ratn.tech – Personal Portfolio
This is the repository for a personal portfolio website, built to showcase projects, skills, and professional experiences.
## Technologies Used
- **Frontend:** Next.js, React
- **Styling:** Tailwind CSS
- **Deployment:** Vercel## Features
- **Project Showcase:** Displays key projects with descriptions and technologies used.
- **Responsive Design:** Optimized for all screen sizes.
- **Performance Optimized:** Fast load times with Next.js static generation.## Installation
To run this project locally:
1. **Clone the Repository:**
```bash
git clone https://github.com/ratnesh-maurya/ratn.tech.git
cd ratn.tech
```2. **Install Dependencies:**
```bash
npm install
```3. **Start the Development Server:**
```bash
npm run dev
```The application will be available at [http://localhost:3000](http://localhost:3000).