Skip to content

Commit

Permalink
update readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
dxu104 committed Apr 28, 2024
1 parent 7385e04 commit 45b31e2
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
# Personal Website
# Hello there! 👋

## Project Description
This is my personal website featuring a clean and straightforward interface that allows visitors to read about me, view my past experience and projects, and directly leave me messages when **clicking Contact Me in the footer**. Visitors can also like their favorite projects.
Welcome to my GitHub page!

## Features
- **About Me**: A section on the page dedicated to introducing myself, my skills, and my interests.
- **Project Showcase**: Displays my past projects with descriptions and the roles I played in them.
- **Messaging Feature**: Visitors can leave messages through a form, which will be sent to my email.
- **Like Feature**: Visitors can like the projects they are fond of.
- **Home Navigation**: Clicking on my profile picture in the top left corner quickly navigates back to the homepage.
- **Theme Toggle**: By clicking the theme button in the top right corner of the webpage, you can switch between light and dark mode.
- **Resume Download**: Clicking on 'Resume' allows you to download my resume.
- **Project Details**: By clicking on a project's thumbnail, you can navigate to its detailed page outside of my personal website.
- **Project Sorting**: Users can sort projects by the number of likes from high to low.
## About Me

## External Images/Media Sources and Licensing
- All images and media assets were created by me and are my property, not to be used for commercial purposes without permission.
I'm [Your Name], a passionate software developer from [Your Location]. I've just finished an exciting project, a personal job-seeking website hosted right here on GitHub!

## License
- Unless otherwise noted, the code for this website is under the [MIT License](LICENSE). This means you are free to use, modify, and distribute the code, but must keep the copyright and permission notice.
## My Projects

- [My Personal Website](https://dxu104.github.io) - a landing spot for HR professionals to get to know me better.

- [Project Name](#) - a brief description.

## Skills

- 🌐 Frontend Development with HTML, CSS, JavaScript, and React
- ⚙️ Backend Development with Node.js, Express, etc.
- 🛠 Tools: Git, Docker, AWS

Feel free to check out my repositories and connect with me through [LinkedIn](Your-LinkedIn-Profile) or [Twitter](Your-Twitter-Profile).

## How to Use
- Run `npm install`
- Run `npm run build`
- Run `npx serve -s dist`

0 comments on commit 45b31e2

Please sign in to comment.