This project is a personal portfolio website built with React, showcasing my skills, projects, and experiences.
- Responsive design
- Light/Dark theme toggle
- Project showcase
- About me section
- Contact information
This project was bootstrapped with Create React App.
- Node.js
- npm
-
Clone the repository git clone https://github.com/SID9927/Portfolio.git
-
Navigate to the project directory cd your-portfolio-repo
-
Install dependencies npm install
In the project directory, you can run:
Runs the app in development mode. Open http://localhost:3000 to view it in your browser.
Launches the test runner in interactive watch mode.
Builds the app for production to the build folder.
The project uses a ThemeContext for light/dark mode toggling. You can customize the themes by modifying the ThemeContext.js file.
For deployment instructions, refer to the Create React App deployment documentation.
To learn more about React and Create React App, check out the following resources:
This project is licensed under the MIT License - see the LICENSE file for details.