Procedure Portfolio is a dynamic web application built to demonstrate professional capabilities, showcase projects, and provide an interactive platform for potential clients or employers. The site features a clean, modern design with smooth transitions and responsive layouts.
- Framework: Next.js 15 (React Framework)
- Styling: Tailwind CSS
- Deployment: GitHub Pages
- UI Components: Custom components with Headless UI
- Performance: Server-side rendering and static generation
- Type Safety: TypeScript
- Clone the repository:
git clone https://github.com/proceduretech/proceduretech.github.io.git - Navigate to the project directory:
cd proceduretech.github.io - Install dependencies:
npm installoryarn install - Start the development server:
npm run devoryarn dev - Open the website in your browser:
http://localhost:3000
We welcome contributions to improve the website's functionality and design. Please see our CONTRIBUTING.md for guidelines on how to submit improvements and bug fixes.