From 1b9a0ce80c8bad5b97f452fa4c54e2b2870b83f2 Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Tue, 6 Feb 2018 12:50:57 +0200 Subject: [PATCH] Make readme more appealing Tackle first point of #7 Inspired by [30 seconds of code reamde](https://github.com/Chalarangelo/30-seconds-of-code) --- README.md | 75 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 7c50647..8c995c6 100644 --- a/README.md +++ b/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 +
+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)