From 86cf6e499de5c0da575414aef1664ebc6744eb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Paro=20Monteiro=20Tomaine?= Date: Sat, 22 Jun 2024 14:31:09 -0300 Subject: [PATCH] Update readme --- README-en.md | 13 +++++++------ README.md | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README-en.md b/README-en.md index beee849..dc60848 100644 --- a/README-en.md +++ b/README-en.md @@ -18,13 +18,13 @@ This is the online portfolio of architect Amanda Borges. In it you can learn a l ### Front-end -- [NextJS](https://nextjs.org/) -- [Google Fonts](https://fonts.google.com/) +- [NextJS](https://nextjs.org/) - Framework (based on the [ReactJS](https://react.dev/) library) used to build interfaces +- [Google Fonts](https://fonts.google.com/) - Library containing various fonts - [Swiper](https://swiperjs.com/) - Component for creating carousels - [Yet Another React Lightbox](https://yet-another-react-lightbox.com/) - Image preview component -- [TailwindCSS](https://tailwindcss.com/) -- [Jest](https://jestjs.io/) - Tests -- [Testing Library](https://testing-library.com/) - Tests +- [Tailwind CSS](https://tailwindcss.com/) - CSS framework for styling +- [Jest](https://jestjs.io/) - Automated testing framework +- [Testing Library](https://testing-library.com/) - Automated Testing Library #### Layout @@ -32,7 +32,8 @@ You can view the project layout through [this link](https://www.figma.com/file/I ### Back-end -- [DatoCMS](https://www.datocms.com/) +- [DatoCMS](https://www.datocms.com/) - CMS +- [API GraphQL](https://graphql.org/) ## 🚀 Getting started diff --git a/README.md b/README.md index 10f57a6..960e864 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Este é o portfólio online da arquieta Amanda Borges. Nele você pode conhecer ### Front-end -- [NextJS](https://nextjs.org/) -- [Google Fonts](https://fonts.google.com/) +- [NextJS](https://nextjs.org/) - Framework (baseado na biblioteca [ReactJS](https://react.dev/)) usado para construção de interfaces +- [Google Fonts](https://fonts.google.com/) - Biblioteca contendo diversas fontes - [Swiper](https://swiperjs.com/) - Componente para criação de carrosséis - [Yet Another React Lightbox](https://yet-another-react-lightbox.com/) - Componente de visualização de imagens -- [TailwindCSS](https://tailwindcss.com/) -- [Jest](https://jestjs.io/) - Testes -- [Testing Library](https://testing-library.com/) - Testes +- [Tailwind CSS](https://tailwindcss.com/) - Framework CSS para estilização +- [Jest](https://jestjs.io/) - Framework de testes automatizados +- [Testing Library](https://testing-library.com/) - Biblioteca de testes automatizados #### Layout @@ -32,7 +32,8 @@ Você pode visualizar o layout do projeto através [deste link](https://www.figm ### Back-end -- [DatoCMS](https://www.datocms.com/) +- [DatoCMS](https://www.datocms.com/) - CMS +- [API GraphQL](https://graphql.org/) ## 🚀 Começando