Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fostimus/flow-labs-emojis
https://github.com/fostimus/flow-labs-emojis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fostimus/flow-labs-emojis
- Owner: fostimus
- Created: 2021-02-08T23:44:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T00:19:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T19:11:19.561Z (3 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decisions Made
- I used plain CSS for layouts, no need to introduced a full framework.
- I used inline styles in React, for quick updates all in JavaScript
- I used BootStrap for more of a component based approach
- I used Octokit instead of axios, since it was written specifically for GitHub