Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliolmuller/github-emojis
Simple page to display all available GitHub emojis for Markdown documents.
https://github.com/juliolmuller/github-emojis
emoji github icon markdown
Last synced: about 5 hours ago
JSON representation
Simple page to display all available GitHub emojis for Markdown documents.
- Host: GitHub
- URL: https://github.com/juliolmuller/github-emojis
- Owner: juliolmuller
- License: mit
- Created: 2020-10-26T23:40:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T02:01:43.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:28:53.647Z (over 1 year ago)
- Topics: emoji, github, icon, markdown
- Language: Vue
- Homepage: https://githubemojis.vercel.app/
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub
Emojis
Lessons Learned |
Technologies |
Environment Setup
![GitHub Emojis snapshot](./.github/app-overview.png)
This application was developed dues to personal motivation, as I usually get through the need of finding a nice emoji to add to a project *MarkDown*-based documentation. For this reason, I took the challenge to develope a handy, performant and responsive website to search for it.
To achieve that, I learn **Nuxt.js**, which combines the **Vue.js** and the benefits of SSR and SSG, besides of polishing some other knowledges in *CSS Grid* and deploying project in *Vercel*'s cloud.
[Check out the application running!](https://githubemojis.vercel.app/)
## :trophy: Lessons Learned
- Nuxt.js basic project;
- CSS Grid;
- Static Site Generation;## :rocket: Technologies & Resources
**Frontend:**
- Nuxt.js 2
- Vue's Composition API
- Image optimization on build**Development:**
- Visual Studio Code
- NPM routines## :hammer: Setting up the Environment
Make sure to have **Node.js 10+** installed in your machine and its **npm** available in the command line, then use the following routines:
```bash
$ npm install # Download dependencies
$ npm run dev # Run development server
$ npm run generate # Build files for production
```---
:star2: Feel free to submit pull requests to improve this tool.