Coder Social home page Coder Social logo

payworks's Introduction

Homework assignment for Payworks recruitment process

How to run it locally?

Use yarn or npm install to install all dependencies.

yarn start or npm start to run the app
yarn test to run unit/integration tests
yarn test:e2e to run e2e tests (run the app first!)

Project structure

  • e2e - end to end tests
  • public - public files
  • src - source
    • components - React components
      • *Route root components for each route
    • containers - unstated containers to store the state of the application
    • hooks - React hooks
      • useDebounce - hooks-based debounce functionality
    • services - XHR requests
  • index.js - render's the app

Technologies

This project was bootstrapped with Create React App.

I chose React framework to write this application because it's the technology which I recently worked the most with and I think it's great for small projects like this one as well as for large applications.

As a state management library I chose unstated for two reasons:

  • It seemed to be very simple (not too complex for such small app).
  • I've never used it before and I wanted to learn something new.

Dependencies

  • axios - for XHR requests
  • bootstrap - to make it look a little bit nicer
  • react-router-dom - routing library for React
  • unstated - simple library for state management
  • unstated-connect - to easily connect components with unstated containers
  • lodash.debounce - for debounce functionality used for organization's input

Devlopment dependencies

  • jest - testing framework integrated into Create React App
  • puppeteer - to run e2e tests in headless Chrome
  • jest-puppeteer - for writing e2e tests and run them using Puppeteer
  • react-testing-library and react-hooks-testing-library - testing utils
  • sinon - testing utils used in this project just for faking timers/setTimeout functionality

payworks's People

Contributors

latata 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.