This portfolio project is created using React and styled with Tailwind CSS. It comprises multiple pages including the Home, About Me, Skills, Projects, and Contact Me pages.
This project serves as my portfolio, showcasing my skills, projects, and a way for others to get in touch with me. It is built using React for its frontend functionalities and styled with Tailwind CSS for a responsive and modern design.
- React
- Tailwind CSS
The landing page introducing visitors to the portfolio.
Details about myself, my background, and interests.
Highlights my skills and expertise.
Showcases the projects I've worked on.
Provides contact information and a way for visitors to reach out.
To get a copy of this project running on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-portfolio.git
- Navigate to the project directory:
cd your-portfolio
- Install dependencies:
npm install
- Start the development server:
npm start
Once the development server is running, you can access the portfolio locally by visiting http://localhost:3000
in your web browser. Navigate through the different pages to explore the content.
This project is also deployed using Vercel. The link to the website is https://my-portfolio-react-delta.vercel.app/
. Github Actions is used as my CI/CD provider to generate Preview Deployments for every git push and deploy to Production when code is merged into the main branch.
Special thanks to the creators and maintainers of React and Tailwind CSS for providing the tools and resources necessary to build this portfolio project. Also, all those tutorials videos and Q&A in stack-overflow and w3school web pages.