Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnab-4/arnab-portfolio
Explore my portfolio website built with Next.js, TypeScript, React, and Framer Motion. This showcase highlights my web development skills and projects, providing insights into my expertise. Discover the power of modern web technologies in action
https://github.com/arnab-4/arnab-portfolio
css framer-motion javascript nextjs react tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Explore my portfolio website built with Next.js, TypeScript, React, and Framer Motion. This showcase highlights my web development skills and projects, providing insights into my expertise. Discover the power of modern web technologies in action
- Host: GitHub
- URL: https://github.com/arnab-4/arnab-portfolio
- Owner: arnab-4
- Created: 2023-09-10T10:44:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:27:03.000Z (about 1 year ago)
- Last Synced: 2023-12-14T15:37:04.708Z (about 1 year ago)
- Topics: css, framer-motion, javascript, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://arnab-portfolio-swart.vercel.app
- Size: 2.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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.git2. **Navigate to the project directory:**
```bash
cd Arnab-portfolio3. **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.