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

https://github.com/underdogbytes/hotdogson

When I started coding this, I was hungry and haven't a cent on my wallet. So I developed a website that asks you how many hot dogs do you want :) After this, I keep coding and nowadays it's a pretty cool site bro :)
https://github.com/underdogbytes/hotdogson

dashboard login website

Last synced: 5 months ago
JSON representation

When I started coding this, I was hungry and haven't a cent on my wallet. So I developed a website that asks you how many hot dogs do you want :) After this, I keep coding and nowadays it's a pretty cool site bro :)

Awesome Lists containing this project

README

          

# Hotdogson

[![Vue version](https://img.shields.io/badge/Vue-3.2.33-green.svg)](https://vuejs.org)
![GitHub Repo Size](https://img.shields.io/github/repo-size/wolfhaltz/hotdogson)

banner

## Summary

[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦
## Preview

https://user-images.githubusercontent.com/37088290/180326214-59e74d01-c42a-4b8c-b1da-c72596bb4c7d.mp4

__Figma:__
figma/hotdogson

__Behance:__
behance/hotdogson

## About

This is an application for ficctional food company named Hotdogson, created using `VueJS` that shows a website and its dashboard.
The main features are:

- [x] Website
- [ ] Admin Dashboard
- [ ] Client Dashboard

For more information about the it, check:

figma/hotdogson

# Get started

### Before start

You must have the down below to run the project locally:

- node
- git
- npm/yarn/package manager
- VueJS

### Locally project setup

To clone the project, navigate to its folder and to install required packages, run the following commands on the command prompt:

```sh
$ git clone https://github.com/wolfhaltz/hotdogson.git
$ cd hotdogson
```

### Project Setup

```sh
npm install
```

#### Compile and Hot-Reload for Development

```sh
npm run dev
```

#### Compile and Minify for Production

```sh
npm run build
```

# Project development status
__Last update:__ 21/07/2021

Well, did some improvements at components and soon I'll do the JWT auth stuff and its dashboard.

To-do:

- [ ] Refactor some shit code
- [ ] Improve Website components
- [ ] JWT Auth
- [ ] Dashboard Admin
- [ ] Dashboard Client

__Thank you for your support!__

_... And stay awesome Gothan!_

[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦ [BACK TO TOP](#Project-name-here)