Giter Club home page Giter Club logo

ifood-frontend-test's Introduction

Spotifood

Spotifood is an Web application to explore the preferred playlists from iFood's customers.

Spotifood

ReactJS Web App

This project was build in ReactJS with typescript template and it is structured like following:

└── src
    ├── __tests__
    ├── assets
    ├── components
    │   └── ComponentName
    │       ├── index.tsx
    │       └── styles.ts
    ├── constants
    ├── hooks
    ├── pages
    │   └── PageName
    │       ├── components
    │       │   └── ComponentName
    │       │       ├── index.tsx
    │       │       └── styles.ts
    │       ├── index.tsx
    │       └── styles.ts
    ├── services
    ├── styles
    └── utils

Also it uses some code patterns to mantain code organization:

The tests are written using Jest and Enzyme to test Components.

Installation

Clone the repository and install its dependencies running:

yarn

Configuring Spotify credentials

You will need to register your app and get your own credentials from the Spotify for Developers Dashboard.

To do so, go to your Spotify for Developers Dashboard, create your application and registered this Redirect URI:

Once you have created your app, replace the client_id, in apiConfig.ts file with the one you get from My Applications.

Running

To run the application:

yarn start

Then, it will be opened http://localhost:3000 in the browser.

Testing

To run the tests:

yarn test

ifood-frontend-test's People

Contributors

tmegumi avatar paulocpires avatar victorrodrigues avatar andrebonna avatar fsmaia avatar lauroaraujo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.