A sleek and modern portfolio theme built using React and Tailwind CSS. This project is inspired by and adapted from the amazing work of Stoman's Repo.
The backend for this portfolio is built using Node.js and deployed on AWS Elastic Beanstalk. It handles form submissions and sends emails via AWS SES.
You can read the backend code from the repository:
https://github.com/devwithmehar/portfolio-backend
- React v18 with React Router v6
- Tailwind CSS v3
- Context API For State Management
- Custom Hooks
- Unit Testing
- Framer Motion transitions & animations
- Reusable components
- Dark mode
- Projects filter by category
- Projects filter by search
- Smooth scroll
- Counter
- Dynamic forms
- Back to top button
- Download file button
- Simple and responsive design
If you'd like to contribute to this project, please refer to the Contribution Guidelines.
- Make sure you have Node JS installed. If you don't have it:
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
- Clone the repo:
git clone https://github.com/devwithmehar/react-tailwindcss-portfolio.git- Open the project folder:
cd react-tailwindcss-portfolio- Install packages and dependencies:
npm install - Start the server locally
npm start- Always run
yarn installafter pulling new changes - I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress
- Coming Soon I'll be doing a screencast. Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
- Illustrations from unDraw and Freepik
- Images from Unsplash
- Feel free to use it as your own portfolio
- Contributions are welcome
This project is licensed under the MIT License.