Welcome to my portfolio project! This repository contains the source code for my personal portfolio website. Here, you can find information about my skills, projects, and professional experience.
This portfolio website serves as a digital showcase of my work and achievements. It includes detailed descriptions of my projects, my resume, and ways to get in touch with me.
- React
- Dotnet 8
- Postgresql
- Entity Framework
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/dongsinhho/Portfolio.git
- Add appsettings.json file with content
{ "DbSettings": { "ConnectionString": "Your connection string" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }
- Start API:
cd Portfolio/server dotnet run
- Start React App
cd Portfolio/client npm start
Feel free to explore the different sections of the website. Click on the project titles to see more details, and use the contact form to send me a message.
Contributions are welcome! If you have any suggestions or improvements, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
You can reach me at sinhvua@gmail.com.
Thank you for visiting my portfolio!
This is a project by Hndsinh.