Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidesantangelo/github-vue-card

Vue.js + GitHub REST API + Tailwind CSS
https://github.com/davidesantangelo/github-vue-card

axios github-api tailwindcss vuejs

Last synced: about 2 months ago
JSON representation

Vue.js + GitHub REST API + Tailwind CSS

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/6e2bd54c-6b59-4710-b6dd-4bb06796250e/deploy-status)](https://app.netlify.com/sites/github-vue-card/deploys)

# GitHub-Vue-Card

My first application using vue.js. Use the GitHub REST API to get my user information and render it in a stylized view with Tailwind CSS.

## Live

https://github-vue-card.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
```

## Built With

- [Vue.js](https://github.com/vuejs/vue) — Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- [GitHub API](https://developer.github.com/v3/) — Official GitHub REST API v3.
- [Tailwind CSS](https://github.com/tailwindcss/tailwindcss) — A utility-first CSS framework for rapid UI development.

## License
GitHub-Vue-Card is released under the MIT License.

## Contributing

1. Fork it ( https://github.com/davidesantangelo/github-vue-card/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request