https://github.com/neerajhamada/neeraj-portfolio
My Portfolio site built with Vite + React TS inspired from jsmastery
https://github.com/neerajhamada/neeraj-portfolio
aceternity-ui framer-motion javascript portfolio-website potfolio reactjs tailwindcss typescript
Last synced: 4 months ago
JSON representation
My Portfolio site built with Vite + React TS inspired from jsmastery
- Host: GitHub
- URL: https://github.com/neerajhamada/neeraj-portfolio
- Owner: neerajhamada
- License: other
- Created: 2024-12-31T17:31:55.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-13T10:36:49.000Z (5 months ago)
- Last Synced: 2025-01-13T11:40:36.757Z (5 months ago)
- Topics: aceternity-ui, framer-motion, javascript, portfolio-website, potfolio, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://neeraj-portfolio.vercel.app
- Size: 9.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neeraj Hamada's Portfolio
Welcome to my personal portfolio site! This project showcases my skills, projects, and professional experience. Built with Vite and React TypeScript, it is designed to be fast, modern, and responsive.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Contact](#contact)## Introduction
This portfolio site is a reflection of my journey as a developer. It includes information about my background, skills, and the projects I have worked on. The site is designed to be a comprehensive showcase of my work and capabilities.
## Features
- **Responsive Design:** Works seamlessly on all devices.
- **Modern UI/UX:** Clean and intuitive interface.
- **Fast Performance:** Optimized for speed using Vite.
- **Dynamic Content:** Easily update content through the codebase.## Technologies Used
- **TypeScript:** Provides static typing and better code quality.
- **React:** A powerful library for building user interfaces.
- **Vite:** A next-generation frontend tooling for fast builds.
- **TailwindCSS**: Utility-first CSS framework for styling.
- **Framer Motion**: Library for animations and transitions.
- **Acerenity UI**: A UI framework for reusable components.## Installation
1. Clone the repository:
```bash
git clone https://github.com/neerajhamada/neeraj-portfolio.git
```2. Navigate to the project directory:
```bash
cd neeraj-portfolio
```3. Install dependencies:
```bash
npm install
```## Usage
1. Start the development server:
```bash
npm run dev
```2. Open your browser and navigate to `http://localhost:5173` to view the site.
3. Build the project for production:
```bash
npm run build
```4. Preview the production build:
```bash
npm run preview
```## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are _greatly appreciated_.
1. Fork the repository.
2. Create a new branch for the new feature:
```bash
git checkout -b feature/AmazingFeature
```
3. Commit your Changes:
```bash
git commit -m "Added some feature-name"
```
4. Push to your Branch:
```bash
git push origin feature/AmazingFeature
```
5. Open a pull request.## Contact
Neeraj Hamada - [email protected]