Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.29 KB

Spelly

Slack added some alphabet emojis that seemed pointless without an easy way to turn ABC into :alphabet-white-a::alphabet-white-b::alphabet-white-c:. I wanted to make my first React app to play around with components, events, and styling, and thus Spelly was born to solve this problem.

Use Spelly

http://spelly.life

Tools and Resources Used

React

Design

  • Storybook.js: Visualize components without having to run the app
  • Chakra UI: Skip having to learn all the CSS classes from Bootstrap
  • Choc UI: Skip having to learn Chakra UI by editing good-looking components to match my needs

Production Deployment

Evolution of the UI