Welcome to my portfolio website repository! This project highlights my skills and showcases various web development projects I've worked on. Built with React and Tailwind CSS, this site includes modern design elements and interactive features.
- Page Transition Animations: Smooth transitions between pages using Framer Motion. ✨
- Dark and Light Mode: Toggle between dark and light themes for a personalized viewing experience. 🌗
- Responsive Design: Optimized for various devices and screen sizes using Tailwind CSS and media queries. 📱💻
- Contact Form: A contact form powered by Web3Forms for direct communication. 📧
- React
- Tailwind CSS
- React Router DOM
- Framer Motion
- Web3Forms
Check out the live version of the portfolio at Akshat Bajetha . 🚀
Welcome to the Vite React App repository! Follow these instructions to run the application locally.
- Prerequisites
- Clone the Repository
- Navigate to the Project Directory
- Install Dependencies
- Run the Development Server
- Access the App
- Configure Environment Variables
Ensure you have the following installed on your machine:
- Git
- Node.js (which includes npm)
Clone the repository to your local machine using Git:
git clone https://github.com/akshatbajetha/portfolio-website.git
Change into the directory of the cloned repository:
cd portfolio-website
Install the necessary dependencies using npm or yarn:
npm install
or if you're using Yarn:
yarn install
Start the development server to run the Vite React app locally:
npm run dev
or with Yarn:
yarn dev
Create a .env file for using Web3Forms (Instructions are given in the .env.example file)