Skip to content

Commit

Permalink
Add notes about random events and gamification
Browse files Browse the repository at this point in the history
  • Loading branch information
KaemonIsland authored Feb 10, 2021
1 parent 30599ff commit 63601c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ I'm slowly getting into design and as a way to practice I'm creating this collec
Simply add warlock-ui with `yarn add warlock-ui`. This will make every UI component available for import.

Importing a component is as easy as `import { FlipCard } from 'warlock-ui'`


## Notes on Front End Dev philosophies/ideas

### Random Events

For apps that rely on user-interaction there should be very very very small chances that a random event occurs! Maybe a message, or a color change, maybe a button clicks a little different?

This interactions should have users asking each other "Did you guys see that?" This will drive further user-interaction and interest within an application.

### Gamification

Achievements should also be included in order to present achievements within high user-interaction websites. This way users can select goals, or compare "Scores" with each other. Something like Reddit Karma, or Video Game achievements.

Maybe they can award profile border variations, theme changes, or maybe different fonts? Something that can make a user stand out or feel like a more personal experience.

0 comments on commit 63601c0

Please sign in to comment.