Skip to content

dongsinhho/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

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.

Table of Contents

About

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.

Technologies Used

  • React
  • Dotnet 8
  • Postgresql
  • Entity Framework

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/dongsinhho/Portfolio.git
  2. Add appsettings.json file with content
    {
        "DbSettings": {
            "ConnectionString": "Your connection string"
        },
        "Logging": {
            "LogLevel": {
            "Default": "Information",
            "Microsoft.AspNetCore": "Warning"
            }
        },
        "AllowedHosts": "*"
    }
    
  3. Start API:
    cd Portfolio/server
    dotnet run
  4. Start React App
    cd Portfolio/client
    npm start

Usage

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.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

You can reach me at sinhvua@gmail.com.

Thank you for visiting my portfolio!


This is a project by Hndsinh.

Releases

No releases published

Packages

No packages published