Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaweria-b/portfolio
portfolio website 👧
https://github.com/jaweria-b/portfolio
Last synced: about 1 month ago
JSON representation
portfolio website 👧
- Host: GitHub
- URL: https://github.com/jaweria-b/portfolio
- Owner: Jaweria-B
- License: mit
- Created: 2024-11-23T12:58:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:09:11.000Z (2 months ago)
- Last Synced: 2024-11-23T14:22:10.579Z (2 months ago)
- Language: TypeScript
- Homepage: https://jaweria-b.vercel.app
- Size: 4.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🖥️ Personal Portfolio
A sleek, modern, and responsive portfolio bootstrapped with [create-t3-app](https://create.t3.gg/).
[Website Preview](https://github.com/wendoj/portfolio/assets/77996774/b73b02d7-0657-41e3-9124-e6d04b17fe93)
[🔗 Link to portfolio](https://www.wendoj.codes)
All you need to know about me, my projects and skills can be found here. Personalize the portfolio by modifying `src/pages/index.tsx` and `src/styles/globals.css` to emulate your own portfolio. Made some improvements and want to share? Open a pull request.
For any issues, feel free to report them here.## 🎉 Features
- **Responsive Design**: The portfolio is designed to be fully responsive, providing an optimal viewing experience across a wide range of devices from desktops to mobile phones.
- **Easy Customization**: The portfolio structure is straightforward and well organized, making it easy to customize and showcase your unique set of skills and projects.
- **Stunning UI/UX Design**: The portfolio boasts a sleek and modern design, using smooth animations to capture the attention of potential employers or clients.
- **Interactive UI**: Utilizing modern web development techniques, the portfolio offers an interactive user interface that enhances user experience, such as `locomotive-scroll` and `framer-motion`.## 🚀 Getting Started
### Prerequisites
To get started with this portfolio, ensure that you have the following installed on your system:
- Node.js
- npm
- git## 🛠️ Installation
Follow the steps below to clone and run this project on your local system:```bash
# Clone the repository
$ git clone https://github.com/wendoj/developer-portfolio.git# Navigate to the project directory
$ cd developer-portfolio# Remove current origin repository
$ git remote remove origin
```
Then install the required dependencies:
```bash
# Install dependencies
$ npm install# Start the development server:
$ npm run dev
```
Now, open your browser and navigate to `http://localhost:3000` to view your portfolio live.## How do I deploy this?
Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.