Welcome to the repository of my personal website, where I list my skills, experience, and projects. Built with:
- React
- JavaScript
- TailwindCSS
- NextUI
Feel free to fork this repository and use the code as a starting point for your own personal website! You can customize the content, design, and features to fit your needs.
- Tried to be responsive to different screen sizes
- Has detailed section about my professional journey, skillset, and projects
- Easy navigation with smooth scrolling and anchored sections
To run this project locally, follow these simple steps:
- Clone the repository:
git clone https://github.com/your-username/personal-website.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
- Voilà! You can now explore the website locally 🎉
Deploying a React project to GitHub Pages is a breeze! Here's how you can do it:
- Run
npm run build
to create an optimized production build - Install the
gh-pages
package:npm install gh-pages --save-dev
- Add the following scripts to your
package.json
file:
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
- Run
npm run deploy
to deploy!
Read more about React-gh-pages
here
This project is licensed under the MIT License.
If you have any questions or would like to get in touch, feel free to reach out to me here.