A modern, responsive portfolio website built with React showcasing my journey as a Computer Science graduate student at UC San Diego, with a passion for developing scalable AI/ML solutions over the cloud.
- Frontend: React 18, React Router DOM
- Styling: CSS3 with responsive design
- Icons: FontAwesome
- Build Tool: Create React App
- Deployment: Optimized for web hosting
- Home: Welcome and introduction
- About Me: Personal background and career goals
- Interests: Hobbies and personal interests
- Skills: Technical skills and technologies
- Projects: Portfolio of work and projects
- Node.js (v14 or higher)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/yourusername/saichaparala.com.git
cd saichaparala.com- Install dependencies:
npm installIn 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!
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.
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.
- Create a new component in
src/pages/ - Add the route in
src/App.js - Add navigation link in
src/Navbar.js - Create corresponding CSS file in
src/css/
This project is open source and available under the MIT License.
Built by Sai Chaparala