https://github.com/made2591/justrandom
🤡A tool to help you take random decision
https://github.com/made2591/justrandom
aws boilerplate javascript materialize random serverless tool typescript vue
Last synced: 2 months ago
JSON representation
🤡A tool to help you take random decision
- Host: GitHub
- URL: https://github.com/made2591/justrandom
- Owner: made2591
- License: mit
- Created: 2019-07-09T12:35:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:31:07.000Z (over 3 years ago)
- Last Synced: 2025-08-27T16:51:30.785Z (10 months ago)
- Topics: aws, boilerplate, javascript, materialize, random, serverless, tool, typescript, vue
- Language: Vue
- Homepage: https://random.madeddu.xyz
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Random
[](https://travis-ci.org/made2591/justrandom)
A simple Just Random tool created with only Vue.js! The choices added in this app are stored in `localStorage`, so it doesnt matter whether if the webpage is refreshed or even closed, the data will still gonna be there. Try it live on https://random.madeddu.xyz
### How to Run this App natively
```
npm install
npm run serve
```
### How to Run this App with Docker
```
docker build -t justrandom:0.1.0 .
docker run -d -p 8080:80 justrandom:0.1.0
```
### Compiles and Minifies for Production
```
npm run build
```
### Lints and Fixes Files
```
npm run lint
```
## Built with
* [Vue.js](https://vuejs.org/) - JavaScript Framework
* [Materialize CSS](https://materializecss.com/) - CSS Framework
## Author
* **Matteo Madeddu** - [made2591](https://github.com/made2591)