Skip to content

sakethdonepudi/SakethPortfolio

Repository files navigation

🌐 Saketh Donepudi - Portfolio Website

Welcome to my personal portfolio website repository! Here you'll find the source code for my online portfolio, showcasing my skills, projects, and journey as a passionate Full Stack Developer.

🛠 Tech Stack

  • Frontend: React
  • Styling: TailwindCSS
  • Deployment: Netlify

📸 Preview

Portfolio Preview

📚 Table of Contents

🔍 About

This project is a showcase of my journey in the tech world, featuring my skills, projects, and experience. It's built with React for a dynamic and interactive user experience, styled with TailwindCSS for a sleek and modern look, and deployed on Netlify for seamless access.

✨ Features

  • Responsive Design: Accessible on all devices.
  • Interactive UI: Smooth transitions and animations.
  • Project Showcase: Detailed descriptions and links to my projects.
  • Contact Form: Easy way to reach out to me.
  • Blog Section: Insights and articles on technology and innovation.

🛠 Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

npm run eject

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.

⚙️ Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sakethdonepudi/portfolio-website.git
    cd portfolio-website
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open your browser and navigate to http://localhost:3000 to see the website in action.

🚀 Usage

Feel free to explore the code, make changes, and adapt it to your own portfolio. The structure is designed to be intuitive and easy to customize.

🤝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

Distributed under the MIT License. See LICENSE for more information.

📬 Contact

Saketh Donepudi - LinkedIn - Email

Project Link: https://github.com/sakethdonepudi/portfolio-website

📖 Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.