This project is a React single page application that showcases the services and training programs offered by CanTech IT Services Inc. The site is built with Create React App and styled using Tailwind CSS.
- Responsive layout with Tailwind CSS
- Animated hero section with a typewriter effect highlighting popular technologies
- Client side routing with React Router
- Feature carousel linking to key pages (Services, Why Us, Training)
- Newsletter signup form
- Interactive "Skills And More" (SAM) page powered by Framer Motion
- Reusable components including Navbar and Footer with social links
- Deployment configuration for GitHub Pages
Install dependencies:
npm installStart the development server:
npm startBuild for production:
npm run buildTo deploy the build folder to GitHub Pages:
npm run deployThe site is available at https://FullStackSamk.github.io/react-portfolio.