mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-18 02:55:17 +00:00
Make readme more appealing
Tackle first point of #7 Inspired by [30 seconds of code reamde](https://github.com/Chalarangelo/30-seconds-of-code)
This commit is contained in:
parent
0853046c3c
commit
1b9a0ce80c
61
README.md
61
README.md
@ -14,51 +14,60 @@ Feel free to browse each file to learn new things and to keep them at hand when
|
||||
**If you want to follow this mindset for your favorite programming language, framework or development tool, you are more than welcome to contribute. Just submit changes via pull request and I will review it.**
|
||||
|
||||
|
||||
## 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)
|
||||
|
Loading…
Reference in New Issue
Block a user