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.
List of all the technologies utilized in the project.
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.
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.
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.