Giter Club home page Giter Club logo

bees-frontend-interview-challenge's Introduction

Bees Brewery Hub

This project is a code challenge, provided by Bees. The challenge can be found here


How to run

First of all, you will need Docker to run this app.

Clone this repo, and go to the root folder in a terminal instance. All you have to do is run npm install to install the npm packages, and after that, run make run command.

The project can be accessed by url http://localhost:3000


Techs and definitions

The project is built using React.js. The components are defined using functions, and the style using Styled Components. No UI frameworks were used, according to project specifications.

Axios was used for making requests, and React Redux for creating the global-state, used to store the user's full name.

ESLint was used to keep the code pattern, and can be run by the command make lint.

The add more tag was implemented, and there are loadings along with the API requests. If any call to API fails, a message will be shown to the user, warning about the error


Folder structure

src
  ├── assets
      └── images
          └── store every image and icon used in the application
  ├── components
      └── store the default components shared by the application
  ├── pages
  │   ├── Home
  │   │   └── stores the files and components that build the Home page
  │   └── Login
  │       └── stores the files and components that build the Login page
  ├── redux
  │   └── store the files about redux, like the slices, actions and reducers
  └── services
      └── store the third-party services, like outside APIs

bees-frontend-interview-challenge's People

Contributors

andredallacosta avatar

Watchers

 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.