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
- Host: GitHub
- URL: https://github.com/katzura1/laravel-portofolio
- Owner: katzura1
- Created: 2023-07-20T23:46:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T13:18:32.000Z (about 2 years ago)
- Last Synced: 2025-03-04T14:30:44.417Z (7 months ago)
- Topics: laravel, portofolio-website, tailwindcss
- Language: JavaScript
- Homepage: https://katzura.my.id
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Personal Portfolio

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