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

https://github.com/doctorpok42/new_portfolio


https://github.com/doctorpok42/new_portfolio

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Portfolio

This repo contains a portfolio of my work. But it's also **your portfolio!** You can use it as a **template** to create your own portfolio. Just follow the instructions below.

## Instructions

1. Click the "Use this template" button at the top of the GitHub page.

2. Name your repository.

3. Update the `config.json` file with your information.

4. Add your profile picture to the `public` folder. (profil.png)

5. Add the different images of your projects to the `public/projects` folder.

6. Update the 110 line of the [index.tsx](https://github.com/DoctorPok42/new_portfolio/blob/cc60e6bbc7f3c9258c673125d7f156b6e31bb2d7/src/pages/index.tsx#L111C57-L111C68) file with your github username and token.

7. Start your project with `pnpm install` and `pnpm dev`.

8. That's it! Your portfolio is ready to go! 🚀

## Technologies

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Docker](https://www.docker.com/)

## License

This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.