Table of Contents
This developer portfolio project was built using Svelte Kit, SCSS, and TypeScript. It serves as a platform to showcase my work and skills to potential employers or clients, and includes a list of my past projects with descriptions and live demos/code repositories. The website also includes a section highlighting my skills and experience, as well as a contact feature for easy communication. The goal of this project is to give an understanding of my capabilities and personality as a developer, and to provide a way for potential employers or clients to reach out to me.
To setup and run this project locally, you will need to have NodeJS and NPM installed. It is also recommended to use Yarn for package management.
-
npm
npm install npm@latest -g
-
Yarn
corepack prepare yarn@stable --activate
- In the project folder, run yarn or npm install to install all necessary packages.
- Create a Discord Webhook URL and add it to the .env file.
- Start the website in development mode by running yarn run dev or npm run dev.
It is recommended to host this portfolio using Vercel and the default Svelte Kit configuration. If you prefer to use a different hosting platform, you will need to modify the adapter in the svelte.config.js file. Consult the documentation for more information on how to do this.
- Contact Feature
- i18 inclusion for German
- Analytics
- Improved projects section
- Add proper previews for every project
- Include all used technologies
- Allow filtering
- Own Page for all projects and only showcase specific projects on the main side
- Make the design more personal and unique
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Michael - @Officer_Pum
Project Link: https://github.com/PumPum7/svelte-portfolio