From c2a88e8e7600371db409347d8eb128295b26cf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=AFl?= Date: Sat, 18 Jan 2020 11:20:51 +0100 Subject: [PATCH] Move todo section into issues --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 872f8d8..6433707 100644 --- a/README.md +++ b/README.md @@ -59,18 +59,3 @@ $ npm run generate ``` For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js). - -## Todo - -### Pagination -- Show only a limited number of article per page -- Add pagination module to show more articles - -### Search -- Add a search bar to filter displayed articles corresponding to the search query - -### Filter -- Only show articles corresponding to user's selected tag - -### Comments -- Add a comments section for each article