irfanbakhtiar / larawind-portfolio

Start writing your portfolio easily and fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Larawind Portfolio

Start writing your portfolio easily and fun.
Report Bug

About The Project

This project started when I wanted to create a website that was used to represent the results of the project I created. Many out there have made it like this, but I am more challenged to develop this portfolio website using existing references.

Why use this:

  • Make it easier for you to share the results of your projects with the world
  • Writing portfolios becomes more efficient anytime and anywhere
  • Responsive user interface

Of course, this project wouldn't be perfect without references from great people out there. Thanks to everyone for supporting me to develop this project!

Built With

This project uses the following framework:

This project uses the following tools & plugin:

Features

The project has features such as:

Homepage

  • About Section
  • Education Section
  • Skills Section
  • Projects Section
  • Services Section

Admin Panel

  • Dashboard
  • Manage Project
  • Manage Category
  • Manage Account

Screenshot

Home Page
Show About Education Skilss Projects Services
Admin Panel
Show Login Dashboard Project Category Account

Getting Started

This is a step about setting up your project locally. To get a local copy up and running, follow these simple example steps.

Prerequisites

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Installation

Below are the procedures for installing and setting up your app.

  1. Clone the repo
    git clone https://github.com/irfanbakhtiar/larawind-portfolio.git
  2. Install Composer
    composer install
  3. Copy .env
    cp .env.example .env
  4. Open .env change your field correspond to your configuration.
    DB_DATABASE
    DB_PASSWORD
  5. Key generate
    php artisan key:generate
  6. Migrate database
    php artisan migrate
  7. Run server
    php artisan serve
  8. Run your build process with new terminal
    npm run watch
  9. Don't forget to symlink your storage
    php artisan storage:link

Contact

Muhammad Irfan Bakhtiar - m.irfanbakhtiar99@gmail.com
Project Link: https://github.com/irfanbakhtiar/larawind-portfolio

About

Start writing your portfolio easily and fun.


Languages

Language:JavaScript 59.5%Language:Blade 28.5%Language:PHP 11.9%Language:CSS 0.1%