This is my latest portfolio proect that i built using Next.js to replace my older portfolio site. the site is live. you can check it out Here
Follow these steps to set up the project locally:
git clone https://github.com/comethrusws/portfoliov2.git
npm install
# or
yarn install
npm run dev
# or
yarn dev
app/
: Core application components.components/
: Reusable UI components.context/
: State management with Context API.lib/
: Utility functions and helpers.public/
: Static assets like images and fonts..env
file in the root directory and add your environment variables.tailwind.config.js
.tsconfig.json
.Contributions are what make the open-source community such an amazing place. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)cheers -x