https://github.com/noorjsdivs/portfolio2024yt
https://github.com/noorjsdivs/portfolio2024yt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noorjsdivs/portfolio2024yt
- Owner: noorjsdivs
- Created: 2024-09-17T18:15:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:15:25.000Z (8 months ago)
- Last Synced: 2025-03-27T15:12:15.303Z (about 2 months ago)
- Language: JavaScript
- Size: 12.5 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website in 2024
Stunning Portfolio website using Reactjs, tailwindcss, framer-motion, headlessui

## 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!