Welcome to my portfolio website built using React.js, Vite, and Tailwind CSS! This website showcases my skills, projects, and services in a visually appealing and interactive manner.
- Beautiful Sections: Includes header, hero, services, features, projects, and footer.
- Parallax Animations: Engaging effects triggered by mouse movement and scrolling.
- Complex UI Geometry: Utilizes Tailwind CSS for intricate shapes like circular feature displays, grid lines, and side lines.
- Latest UI Trends: Incorporates modern design elements such as bento grids.
- Cool Gradients: Enhances visuals with stylish gradients using Tailwind CSS for cards, buttons, etc.
- Responsive: Ensures seamless functionality and aesthetics across all devices.
- React.js: A JavaScript library for building user interfaces.
- Vite: A next-generation frontend tooling.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
To run this project locally, follow these steps:
Ensure you have the following software installed on your machine:
-
Clone this repository to your local machine using Git:
git clone https://github.com/bhartik021/portfolio
-
Navigate to the project directory:
cd portfolio
-
Install project dependencies using npm:
npm install
Or, if you prefer using yarn:
yarn install
Once the dependencies are installed, start the development server:
npm start
Or, with yarn:
yarn start
The development server should start running, and you should be able to access the portfolio website in your browser at http://localhost:3000.
Now you're ready to explore Bharti Kumari's portfolio website locally on your machine!
If you encounter any issues or have questions, feel free to reach out for assistance. Enjoy exploring!
The project is organized following best practices for code architecture, ensuring modularity, scalability, and maintainability. Components are designed to be reusable and easily configurable, allowing for efficient development and future updates.
This project is licensed under the MIT License - see the LICENSE file for details.