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 :)
- Host: GitHub
- URL: https://github.com/underdogbytes/hotdogson
- Owner: underdogbytes
- Created: 2021-06-10T01:19:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T15:38:18.000Z (about 3 years ago)
- Last Synced: 2025-04-09T15:57:44.314Z (about 1 year ago)
- Topics: dashboard, login, website
- Language: Vue
- Homepage:
- Size: 33.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotdogson
[](https://vuejs.org)


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