Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coelhoreinaldo/zoo-functions
A project focused on implementing functions that search for information about a Zoo. For example, list of species, information about collaborators, opening days, etc.
https://github.com/coelhoreinaldo/zoo-functions
Last synced: 27 days ago
JSON representation
A project focused on implementing functions that search for information about a Zoo. For example, list of species, information about collaborators, opening days, etc.
- Host: GitHub
- URL: https://github.com/coelhoreinaldo/zoo-functions
- Owner: coelhoreinaldo
- Created: 2023-02-01T19:53:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T12:51:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:26:46.986Z (3 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦁 Zoofunctions
## Sobre / About
:brazil: Português
Implementei funções que organizam as informações de um zoológico, algumas das funcionalidades são:
- Procurar espécies pelo ID;
- Buscar informações sobre pessoas colaboradoras;
- Fornecer uma lista de animais e suas respectivas localizações no zoológico.:us: English
I implemented functions that organize the information of a zoo, some of the features are:
- Search for species by ID;
- Search for information about collaborating people;
- Provide a list of animals and their respective locations in the zoo.## ⚛️ Ferramentas / Tools
:brazil: Português
Projeto construído utilizando JavaScript e o framework Jest.:us: English
Project developed using JavaScript and the Jest framework.## 🎯 Aprendizados / Learnings
:brazil: Português
- Praticar meus estudos com Higher order functions (HOFs), mais especificamente: find, map, forEach, some, every, reduce etc;
- Spread operator, rest parameters e object destructuring;
- Array destructuring, Default destructuring, Object property shorthand e default parameter.:us: English
- Practice my studies with Higher order functions (HOFs), more specifically: find, map, forEach, some, every, reduce etc;
- Spread operator, rest parameters and object destructuring;
- Array destructuring, Default destructuring, Object property shorthand and default parameter.