From d90ab557f705d8858641d277e8d49798a7b87b5f Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:07:20 -0400 Subject: [PATCH] Update roadmap --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d98056..dec721c 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ All commands are run from the root of the project, from a terminal: ## 🚧 Roadmap - *Config*: Move specific configurations to a specialized file -- *Project structure*: Reduce the complexity in the components folder and simplify the other folders to make it very easy to use. -- *SEO*: Add support to easily manage SEO meta-tags (title, description, canonical, social sharing, ...) -- *Blog*: Add support for fast, accessible, and SEO friendly blog -- *More components*: Add more Tailwind components useful for most scenarios (Features, Contact, Call to Actions, Content, FAQs ...) +- *Project structure*: ~~Reduce the complexity in the components folder and simplify the other folders to make it very easy to use.~~ (DONE! Testing) +- *SEO*: ~~Add support to easily manage SEO meta-tags (title, description, canonical, social sharing, ...)~~ (DONE! Testing) +- *Blog*: ~~Add support for fast, accessible, and SEO friendly blog~~ (DONE! Testing) +- *More components*: ~~Add more Tailwind components useful for most scenarios (Features, Contact, Call to Actions, Content, FAQs ...)~~ - *More Examples*: Add commonly used example pages (Ex: About, Terms, Services...) - *Documentation*: Create detailed documentation with best practices and redesign tips