diff --git a/README.md b/README.md index 8fcdce6..626efc0 100644 --- a/README.md +++ b/README.md @@ -19,55 +19,64 @@ 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. -## Table of Contents +## 📚 Table of Contents + +## 📃 Languages +
+View contents -- [Languages](#languages) +* [Bash](languages/bash.sh) -- [Backend](#backend) +* [JavaScript](languages/javascript.js) -- [Frontend](#frontend) +
-- [Databases](#databases) +## 📦 Backend +
+View contents -- [Tools](#tools) +### Python + * [Django](backend/django.py) +### Javascript + + * [Feathers.js](backend/feathers.js) -## Languages + * [Node.js](backend/node.js) + +
-- [Bash](languages/bash.sh) +## 🌐 Frontend +
+View contents + +### Frameworks + * [Vue.js](frontend/vue.js) + +
-- [JavaScript](languages/javascript.js) +## 🗃️ Databases +
+View contents + +* [Redis](databases/redis.sh) +
-## Backend +## 🔧 Tools +
+View contents + +* [Docker](tools/docker.sh) -- [Django](backend/django.py) +* [Nanobox Boxfile](tools/nanobox_boxfile.yml) -- [Feathers.js](backend/feathers.js) +* [Nanobox CLI](tools/nanobox_cli.sh) -- [Node.js](backend/node.js) +* [VIM](tools/vim.txt) +
-## Frontend - -- [Vue.js](frontend/vue.js) - - -## Databases - -- [Redis](databases/redis.sh) - - -## Tools - -- [Docker](tools/docker.sh) - -- [Nanobox Boxfile](tools/nanobox_boxfile.yml) - -- [Nanobox CLI](tools/nanobox_cli.sh) - -- [VIM](tools/vim.txt) - ## Contribution