My Portfolio Project
Follow these instructions to set up the project locally.
git clone https://github.com/yourusername/portfolio.git
cd portfolio
npm install
or
yarn install
Start the development server:
npm run dev
or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project includes several components and utilities that you can use and modify to create your own personalized portfolio. Here is an overview of the main files and directories:
components/
: Contains reusable UI components.app/
: Contains the Next.js app.public/
: Contains public assets such as images and videos.lib/
: Contains utility/data.Feel free to fork this repository and submit pull requests. Any contributions, whether it be improvements, bug fixes, or new features, are greatly appreciated! Please make sure to read and follow our Code of Conduct and the Contribution Guidelines before contributing.
This project is licensed under the MIT License - see the LICENSE file for details.
If you want to get in touch, you can reach me at Maksym Azimov.
Thank you for checking out my portfolio project!