Welcome to my portfolio website! This project showcases my skills, projects, and contact information (kind of).
- React: I used React to create the app's user interface.
- CSS: For styling, I used Vanilla CSS.
- Github Pages: To deploy my app to the web, I used Github Pages.
I mentioned a couple of other technologies I used, such as tsparticles, and react-spinners in my commit messages.
Here's the basic structure of my portfolio:
- Home: Contains links to different sections of the portfolio.
- About: Information about myself. Currently being developed
- Contact: Currently being developed
- Stuff I've Done: Details about the projects I've done. Most of them are not real. Yet.
- Hire Me: Currently being developed
- Clone this repository.
- Run
npm install
to install dependencies. - Customize the content in each section according to your own details.
- Deploy your portfolio using Github pages or any other hosting service.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.