Skip to content

crimsonstrife/laravel-portfolio

Repository files navigation

Laravel Portfolio

A Laravel-based portfolio and resume-style web application.

Authors

Status

MIT License Laravel CodeQL PHPMD

Features

Most are only planned and not complete!

  • Light/dark mode toggle
  • Blog - Posts and Categories
  • Portfolio - Items and Gallery
  • Resume - Employment History, Skills, Education
  • GitHub Commit Graph

Roadmap

  • TBD

Screenshots

App Screenshot

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Installation

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Deployment

To deploy this project run

  npm run deploy

Demo

Insert gif or link to demo

Documentation

Documentation

Support

For support, email fake@fake.com or join our Slack channel.

Acknowledgements

FAQ

Question 1

Answer 1

Question 2

Answer 2

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Used By

This project is used by the following companies:

  • Company 1
  • Company 2

Appendix

Any additional information goes here