Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnab-4/arnab-portfolio-v2
This portfolio serves as a showcase of my projects, skills, and experience as a web developer. It's designed to provide an overview of my capabilities and to help others learn more about me and my work.
https://github.com/arnab-4/arnab-portfolio-v2
animation animations api css framer-motion gemini geminiai github javascript nextjs openai portfolio portfolio-website react tailwindcss typescript
Last synced: about 1 month ago
JSON representation
This portfolio serves as a showcase of my projects, skills, and experience as a web developer. It's designed to provide an overview of my capabilities and to help others learn more about me and my work.
- Host: GitHub
- URL: https://github.com/arnab-4/arnab-portfolio-v2
- Owner: arnab-4
- License: mit
- Created: 2023-09-11T21:26:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:40:35.000Z (4 months ago)
- Last Synced: 2024-08-25T11:43:56.131Z (4 months ago)
- Topics: animation, animations, api, css, framer-motion, gemini, geminiai, github, javascript, nextjs, openai, portfolio, portfolio-website, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.arnabdev.tech/
- Size: 3.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
My Portfolio
Welcome to my portfolio website, showcasing my work and skills as a web developer. This portfolio is built using Next.js, TypeScript, JavaScript, React, and Framer Motion.
## Table of Contents
- [About](#about)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)## About
This portfolio serves as a showcase of my projects, skills, and experience as a web developer. It's designed to provide an overview of my capabilities and to help others learn more about me and my work.## Technologies Used
- **Next.js**: A React framework for building server-rendered React applications.
- **TypeScript**: A typed superset of JavaScript that enhances code quality and developer productivity.
- **React**: A JavaScript library for building user interfaces.
- **Framer Motion**: A popular animation library for React applications.## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/arnab-4/Arnab-portfolio-v2.git2. **Navigate to the project directory:**
```bash
cd Arnab-portfolio-v23. **Install the project dependencies:**
```bash
npm install
# or
yarn install
4. **Start the development server:**
```bash
npm run dev
# or
yarn dev
5. Open your web browser and visit http://localhost:3000 to view the portfolio.## Usage
Feel free to use this portfolio as a template for your own portfolio. Replace the content and add your projects, skills, and information as needed. Customize the design and layout to suit your preferences.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
If you have any questions or would like to get in touch, you can find me on:
- **GitHub**: [`arnab-4`](https://github.com/arnab-4)
- **LinkedIn**: [`Arnab Manna`](https://www.linkedin.com/in/arnab-manna-442586240/)
- **Email**: `[email protected]`Thank you for visiting my portfolio! 😊
```bash
In this updated version, I've added an introductory image, improved formatting, added a live site link, and provided a "Contact" section for users to reach out to you. Be sure to replace `arnab-4`, `https://arnab-portfolio-swart.vercel.app/`, `[email protected]`, and other placeholders with your actual information and links. You can also customize the styling further using HTML and CSS within your README if desired.