Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.