Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.11 KB

Mediastream challenge

Requisites

Considerations

  • You can use any IDE of your preference.
  • You can use any library you want, unless it's declared otherwise in a challenge. But remember we want to test your abilities to solve problems in the best and simplest possible way.

Getting started

To get started clone this repository:

git clone https://github.com/../mediastream-challenge.git
cd mediastream-challenge

Install dependencies:

# With npm
npm install

Run each challenge with:

# With npm
npm run 1

They are pre-configured with nodemon for reloading.

Challenges

  1. Implement a low time complexity solution and analize its complexity - 01-basic-cs
  2. Implement an efficient csv file download - 02-nodejs
  3. Implement a shopping cart for a Movie Store that is selling retro dvds in react - 03-react
  4. Make sure linter stops throwing errors when running npm run lint

Remember to read each challenge description.