Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #277

Merged
merged 2 commits into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@ 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

You can view the project layout through [this link](https://www.figma.com/file/IEfItaPTEcPpxmHFbwy2LM/Studio-Amanda-Borges?type=design&node-id=5%3A4&t=JzoWEJRzrGCYYN0m-1).

### Back-end

- [DatoCMS](https://www.datocms.com/)
- [DatoCMS](https://www.datocms.com/) - CMS
- [API GraphQL](https://graphql.org/)

## 🚀 Getting started

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@ 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

Você pode visualizar o layout do projeto através [deste link](https://www.figma.com/file/IEfItaPTEcPpxmHFbwy2LM/Studio-Amanda-Borges?type=design&node-id=5%3A4&t=JzoWEJRzrGCYYN0m-1).

### Back-end

- [DatoCMS](https://www.datocms.com/)
- [DatoCMS](https://www.datocms.com/) - CMS
- [API GraphQL](https://graphql.org/)

## 🚀 Começando

Expand Down
Loading