Welcome to My Portfolio project 👋
This project serves as my personal portfolio, showcasing my personal information, resume, and my works of GitHub projects and photography albums.
Thank you for considering contributing to my portfolio! Feel free to submit issues, feature requests, or pull requests on my GitHub repository.
If you'd like to contribute, you can follow these steps:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request. `
- Home page:
- Hero image and text provide a quick introduction. People can click "More About Me" button to nevigate to the About page.
- About page:
- Display more detailed information about who am I.
- Resume page:
- Display an overview summary ,Working history , my technique skills, publications and education details.
- Portfolio page:
- Display GitHub projects with project details, commits, and links to GitHub and Demo.
- Show photography albums with filtering by category and display photos in a gallery.
To install the necessary dependencies, simply run:
npm install
This will automatically install all the dependencies listed in the package.json file.
If you prefer to install dependencies individually, here's a list along with the commands to install each one separately:
- React Router DOM: For routing within the application.
npm install react-router-dom
- Chakra UI: To handle UI components.
npm install @chakra-ui/react @chakra-ui/icons
- React Icons: For incorporating Font Awesome icons.
npm install react-icons
- Emotion React: To enable styling with Emotion.
npm install @emotion/react
- ag-Grid: For displaying commit data in a table format and pie chart.
npm install ag-grid-react ag-grid-community
This website is designed to provide a dynamic and responsive user interface. It utilizes multiple components to manage different parts of the website and fetches data from external APIs such as GitHub and Flickr, making asynchronous requests to retrieve information such as user repositories, images, etc. The UI components are styled using Chakra UI for a consistent and visually appealing design.
- Frontend Framework: ReactJS
- Styling Library: Chakra UI
- Data Fetching: REST API
If you encounter any issues with my project, please feel free to report them on the GitHub Issues page. Provide detailed information about the problem you encountered and steps to reproduce it.
This project is licensed under the MIT License.
If you like it, please star this project⭐, and consider following me on GitHub Thank you!
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify