An open API service indexing awesome lists of open source software.

https://github.com/katzura1/laravel-portofolio

Personal Portofolio with Laravel and Tailwind
https://github.com/katzura1/laravel-portofolio

laravel portofolio-website tailwindcss

Last synced: 4 months ago
JSON representation

Personal Portofolio with Laravel and Tailwind

Awesome Lists containing this project

README

          

# My Personal Portfolio

![Project Demo](https://raw.githubusercontent.com/katzura1/laravel-portofolio/main/web_porto.png)

## Table of Contents

- [Description](#description)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Project Screenshots](#project-screenshots)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Description

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:

1. 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.
2. 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.

## Features

- 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.

## Technologies Used

- 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` and `package.json` files.

## Installation

1. Clone the repository: `git clone https://github.com/katzura1/laravel-portofolio.git`
2. Navigate to the project directory: `cd laravel-portofolio`
3. Install PHP dependencies: `composer install`
4. Install frontend dependencies: `npm install && npm run dev`
5. Create a copy of the `.env.example` file and rename it to `.env`. Update the database configuration and other necessary variables in this file.
6. Generate a new application key: `php artisan key:generate`
7. Run database migrations: `php artisan migrate`
8. (Optional) Seed the database with sample data: `php artisan db:seed`

## Usage

To run the application locally, use the following command:

```
php artisan serve
```

Access the application in your web browser at `http://localhost:8000`.

## Contributing

Contributions to this project are welcome. Feel free to open a Pull Request explaining the proposed changes.

## Contact

- Denny
- GitHub: [Katzura](https://github.com/katzura1)
- Email: denny.az45@gmail.com