Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.31 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.31 KB

DevData Tools

Useful tools for technology cases, until now, generate use case descriptions, test case descriptions and save on your Google account, mock data and an emoji selector to get their unicode.

Captura de Tela 2020-08-29 às 14 14 39

Captura de Tela 2020-08-29 às 14 14 50

Technologies

List of all the technologies utilized in the project.

Front-End

React is the library that I utilized for develop the front-end of this project, for state management I use Redux with their hooks, assuming all the application was created with functional components. I decided to create a module system for scalability in accord I add the new features, so you can see the modules in src/components folder.

User Data

The user data is stored on Firestore database, I decided to create a back-end application written in Go Language that's can be founded here.

CI - CD and Hosting

For CI and CD you can see the config file .yml on the .github/workflows folder, using the Github Actions for the build and deployment on Firebase Hosting.