Merge pull request #11 from cristijora/patch-1

Make readme more appealing
This commit is contained in:
Julien Le Coupanec
2018-02-11 19:05:24 +01:00
committed by GitHub

View File

@@ -19,54 +19,63 @@ Feel free to browse each cheatsheet to learn new things and to keep them at hand
You are more than welcome to contribute and build your own cheatsheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging. You are more than welcome to contribute and build your own cheatsheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging.
## Table of Contents ## 📚 Table of Contents
- [Languages](#languages) ## 📃 Languages
<details>
<summary>View contents</summary>
- [Backend](#backend) * [Bash](languages/bash.sh)
- [Frontend](#frontend) * [JavaScript](languages/javascript.js)
- [Databases](#databases) </details>
- [Tools](#tools) ## 📦 Backend
<details>
<summary>View contents</summary>
### Python
* [Django](backend/django.py)
## Languages ### Javascript
- [Bash](languages/bash.sh) * [Feathers.js](backend/feathers.js)
- [JavaScript](languages/javascript.js) * [Node.js](backend/node.js)
</details>
## Backend ## 🌐 Frontend
<details>
<summary>View contents</summary>
- [Django](backend/django.py) ### Frameworks
* [Vue.js](frontend/vue.js)
- [Feathers.js](backend/feathers.js) </details>
- [Node.js](backend/node.js) ## 🗃️ Databases
<details>
<summary>View contents</summary>
* [Redis](databases/redis.sh)
## Frontend </details>
- [Vue.js](frontend/vue.js) ## 🔧 Tools
<details>
<summary>View contents</summary>
* [Docker](tools/docker.sh)
## Databases * [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Redis](databases/redis.sh) * [Nanobox CLI](tools/nanobox_cli.sh)
* [VIM](tools/vim.txt)
</details>
## Tools
- [Docker](tools/docker.sh)
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Nanobox CLI](tools/nanobox_cli.sh)
- [VIM](tools/vim.txt)
## Contribution ## Contribution