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

https://github.com/noorjsdivs/portfolio2024yt


https://github.com/noorjsdivs/portfolio2024yt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Portfolio Website in 2024

Stunning Portfolio website using Reactjs, tailwindcss, framer-motion, headlessui

![portfolio2024](https://github.com/user-attachments/assets/8fc5b470-c284-4a8b-ad57-68b8755233d1)

## Complete resources for this project:

🔗 Youtube link:

🔗 GitHub Repository: https://github.com/noorjsdivs/portfolio2024yt

🔗 GitHub Clone link: https://github.com/noorjsdivs/portfolio2024yt.git

🔗 Live Website Demo: https://portfolio2024.reactbd.com/

🔗 Google sheet setup repository: https://github.com/jamiewilson/form-to-google-sheets

## Getting Started

To begin working on this project:

1. **Clone the Repository:**
Clone this repository to your local machine using the following command:

```bash
https://github.com/noorjsdivs/amazon-clone.git
```

Install Dependencies:

Navigate to the project directory and install the required packages using one of the following package managers:

npm install
```bash
npm install
```
#### or
pnpm install
```bash
pnpm install
```
#### or
yarn
```bash
yarn
```

### Run the Application:
Start the development server using the following command:

npm run dev
```bash
npm run dev
```
#### or
pnpm dev
```bash
pnpm dev
```
#### or
yarn run dev
```bash
yarn run dev
```
The application will be running on [localhost.](http://localhost:5173/)

Happy coding!