Skip to content

💧 List Filter - Practice how to filter itens in a list - Ignite Elixir - @Rocketseat

Notifications You must be signed in to change notification settings

daphnecarvalho/ignite-elixir-filtragem-listas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListFilter - Challenge: Filtering in lists

Instructions: Filtragem em listas.

Tests

Tests: 4 total

Project commands

Prepare project

  # Intall dependencies
  mix deps.get

Run project

  # Use interactive elixir
  iex -S mix

Run tests

  # Intall dependencies
  mix test

  # Check coverage of tests
  mix test --cover

Installation

If available in Hex, the package can be installed by adding list_filter to your list of dependencies in mix.exs:

def deps do
  [
    {:list_filter, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/list_filter.

About

💧 List Filter - Practice how to filter itens in a list - Ignite Elixir - @Rocketseat

Topics

Resources

Stars

Watchers

Forks

Languages