ROIDEV is the professional personal portfolio website of Richard Kwaku Opoku, highlighting featured applications, core technical skills, experience, and contact forms.
- High-fidelity responsive UI with glassmorphism styles
- Dynamic dark/light mode context switching
- Project showcase cards with live demo links
- Contact form integration and download link for CV
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Vercel
Ensure you have the required runtimes installed:
- Git
- Appropriate package manager (npm/yarn or pip depending on stack)
-
Clone the Repository
git clone https://github.com/iamroidev/ROIDEV.git cd ROIDEV -
Install Dependencies For Node/Next.js/React Native projects:
npm install
For Python projects:
pip install -r requirements.txt
-
Configure Environment Duplicate the env file (if present) and populate variables:
cp .env.example .env
-
Launch Application For React/Next.js:
npm run dev
For Expo/React Native:
npx expo start
For Python/Flask:
python app.py
Contributions are welcome! Please open an issue or submit a pull request with any improvements.
This project is licensed under the MIT License - see the LICENSE file for details.