Skip to content

🖼 Artbloom is a personal project made with ReactJS + Firebase that consumes the MET Museum's API to browse between artworks

Notifications You must be signed in to change notification settings

jpmairinque/artbloom.reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artbloom 🖼✒

The app is an art researcher that consumes the Metropolitan Museum of Art (MET) api and renders random artworks to the UI. Those arts can be saved as favorites by the logged user, and he or she can even learn more about them by clicking and being redirected to the artwork's page on MET's website.

// A aplicação busca por artes aleatórias consumindo a api do MET Museum e renderizando-as na UI. O usuário logado pode favoritar as obras e ainda clicar para ser redirecionado à página da arte no website do MET.

Open Artbloom

App Overview // overview da aplicação 💻

  • Login - Use your Google account to log into the app // faça login no app com sua conta da Google
  • 🏠 Home - View all the loaded random artworks // veja todas as artes aleatórias carregadas
  • 🔃 Reload - Load 10+ artworks to the homepage // recarregue para buscar mais 10 artes
  • 💗 Favorite - Add the artwork to you favorites page // adicione a arte aos seus favoritos
  • 📕 Learn More - Visit the artwork's page on MET's website // visite a página da arte no site do MET

How to run / como executar 💿

Go to project's directory and install all the dependencies // Vá até o diretório do projeto e instale as dependências

yarn | npm install

Create a .env.local file and add your keys and IDs from your Firebase app

// Crie o arquivo .env.local e adicione suas chaves e IDs do seu app Firebase

REACT_APP_API_KEY="(your app api key)"
REACT_APP_AUTH_DOMAIN="(your auth domain)"
REACT_APP_DATABASE_URL="(url from your database)"
REACT_APP_PROJECT_ID="(your firebase project id)"
REACT_APP_STORAGE_BUCKET="(your storage bucket)"
REACT_APP_MESSAGING_SENDER_ID="(your messaging sender id)"
REACT_APP_APP_ID="(your firebase app id)"

Next, simply start the project // Depois é só rodar o projeto =)

yarn start || npm start

Project Structure / estrutura do projeto 🌳

├───App.jsx
├───index.jsx
├───routes.jsx // rotas do app
│
├───assets // imagens
|
├───components // componentes utilizados
│   ├───ArtCard
│   ├───ArtsList
│   ├───Loading
│   └───NavBar
│
├───contexts // contextos utilizados
│       AuthContext.jsx
│       FavoritesContext.jsx
│
├───pages // páginas do app
│   ├───Favorites
│   ├───Home
│   └───Login
│
├───services // conexões externas
│       firebase.js
│       museumapi.js
│
└───styles // styled components global style

Tools used / ferramentas utilizadas 🛠

  • React JS
  • Styled Components
  • Context API
  • Router DOM
  • Firebase Auth
  • Firebase Realtime Database
  • Figma (design tool)

Designed UI's / interfaces e designs 🎨

- Presenting landing page

artbloomlanding

- Home Page & Login Page

artbloomhome

artbloomlogin

About

🖼 Artbloom is a personal project made with ReactJS + Firebase that consumes the MET Museum's API to browse between artworks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages