Loading repository data…
Loading repository data…
Ayokanmi-Adejola / repository
A personal portfolio website built with React, Typescript and Tailwind CSS. Showcases my web development projects and skills in front-end design. Features a responsive layout, interactive project galleries, and a clean, modern aesthetic.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern and responsive portfolio website showcasing my skills, projects, and professional experience. Built with React, TypeScript, and Tailwind CSS, it features a clean design with smooth animations and a user-friendly interface.
# Clone the repository
git clone https://github.com/Ayokanmi-Adejola/Portfolio-Website.git
# Navigate to the project directory
cd Portfolio-Website
# Install dependencies
npm install
# or
yarn install
# Start the development server
npm run dev
# or
yarn dev
The application will be available at http://localhost:5173 (or another port if 5173 is in use).
/
├── public/ # Static files
├── src/
│ ├── components/ # Reusable UI components
│ │ └── ui/ # shadcn/ui components
│ ├── hooks/ # Custom React hooks
│ ├── lib/ # Utility functions
│ ├── pages/ # Page components
│ ├── App.tsx # Main application component
│ ├── App.css # Global styles
│ ├── index.css # Tailwind imports and theme variables
│ └── main.tsx # Application entry point
├── index.html # HTML template
├── tailwind.config.ts # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project dependencies and scripts
npm run dev - Start the development servernpm run build - Build the application for productionnpm run build:dev - Build the application for developmentnpm run preview - Preview the production build locallynpm run lint - Run ESLint to check for code issuesThe portfolio features a robust theme system with light and dark modes:
This project is licensed under the MIT License - see the LICENSE file for details.