Edin93 / test-react-js

Technical ReactJS test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Test

Introduction

  • A simple ReactJS application for a technical interview.

Pre-requisites

  • You need to have NodeJS installed on your machine.

Usage

  • Open a terminal.
  • Clone the repository locally as follow:
    • git clone https://github.com/Edin93/test-react-js.git
  • Go to the project folder:
    • cd /test-react-js
  • Install the project packages:
    • npm install
  • Run the project:
    • npm run start
  • Run tests:
    • npm run test
  • Open the application on your browser:

Technologies:

  • API: regres
  • FrontEnd:
    • UI: ReactJS.
    • Routing: React router.
    • STYLING: Reactstrap (bootstrap).
  • Testing:
    • Jest.
    • Enzyme.
  • Configuration:
    • No boilerplate has been used for the project. Webpack, babel and Enzyme configurations are made from scratch.

About

Technical ReactJS test


Languages

Language:JavaScript 96.8%Language:CSS 3.2%