- Description
- Features
- Technologies Used
- Installation
- Usage
- Project Screenshots
- Contributing
- License
- Contact
My Personal Portfolio is a web application built using Laravel 10 and Tailwind CSS. It serves as a showcase of my projects and serves two main pages:
- Home Page: This page provides an introduction and overview of myself and my skills. It also includes links to my social media profiles and resume.
- Projects Page: This page displays a collection of projects that I have worked on. Each project is showcased with a brief description and relevant links.
- Responsive and user-friendly design.
- Home Page with an overview of myself and my skills.
- Projects Page showcasing my projects with descriptions and links.
- Integration with social media profiles and resume.
- Laravel 10: A powerful PHP framework for building web applications.
- Tailwind CSS: A utility-first CSS framework for quickly styling the application.
- Other dependencies can be found in the
composer.json
andpackage.json
files.
- Clone the repository:
git clone https://github.com/katzura1/laravel-portofolio.git
- Navigate to the project directory:
cd laravel-portofolio
- Install PHP dependencies:
composer install
- Install frontend dependencies:
npm install && npm run dev
- Create a copy of the
.env.example
file and rename it to.env
. Update the database configuration and other necessary variables in this file. - Generate a new application key:
php artisan key:generate
- Run database migrations:
php artisan migrate
- (Optional) Seed the database with sample data:
php artisan db:seed
To run the application locally, use the following command:
php artisan serve
Access the application in your web browser at http://localhost:8000
.
Contributions to this project are welcome. Feel free to open a Pull Request explaining the proposed changes.
- Denny
- GitHub: Katzura
- Email: denny.az45@gmail.com