Welcome to my personal portfolio website, built with React, TailwindCSS, and React-Redux. This project showcases my skills, projects, and professional journey as a software engineer.
- React β Frontend framework for building dynamic UI components
- TailwindCSS β Utility-first CSS framework for responsive and modern styling
- React-Redux β State management for scalable and predictable application behavior
- Smooth scroll navigation across sections (Home, About, Skills, Projects, Contact)
- Responsive design for desktop and mobile devices
- Dark mode toggle with persistent theme using localStorage
- Modular component structure for easy scalability
- Redux-powered global state management
- Home β Brief intro and call to action
- About β Personal background and tech journey
- Skills β Technologies and tools I work with
- Projects β Highlights of my work with live links and descriptions
- Contact β Connect via email or social platforms
To run locally:
git clone https://github.com/EmmanuelAdah/portfolio.git
cd portfolio
npm install
npm start