An open API service indexing awesome lists of open source software.

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.

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).