https://github.com/toheeb-ojuolape/bfreeassessment
Repository for Bfree Frontend Dev. Role assessment
https://github.com/toheeb-ojuolape/bfreeassessment
Last synced: 2 months ago
JSON representation
Repository for Bfree Frontend Dev. Role assessment
- Host: GitHub
- URL: https://github.com/toheeb-ojuolape/bfreeassessment
- Owner: Toheeb-Ojuolape
- Created: 2021-05-05T13:39:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T10:58:00.000Z (about 4 years ago)
- Last Synced: 2025-02-13T08:53:52.687Z (4 months ago)
- Language: Vue
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bfree-test
## My Experience working on this 🤔
This was fun to build. I've had many experiences of working with Vuex and persisting with local storage so that wasn't difficult. Also, because I didn't want to spend too much time on design, I installed Vuetify to take care of the styling. I ran 3 tests, one of which was to detect if the clicked button does what it is supposed to do.What I built is a 2 page, one component platform that does everything as requested in the brief: allows users to enter a url, generates a qr code, persists the code, stores till a maximum of 10 and then prevents new QR codes from getting generated.
I hope you find me worthy. Looking forward to your response.
P.S I'm a huge fan of emojis and animations so I used a couple of those in my design, if you don't mind
## Site deployed
```
https://vigilant-joliot-d2b123.netlify.app/
```## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```## Run Tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).