4Dev React - Surveys for Developers

March 26, 2022 ยท View on GitHub

CI workflow Coverage Status JavaScript Style Guide License: MIT Open Source Love

This project is the result of a training by Rodrigo Manguinho available at Udemy. The training is focused in learn how to develop a web application with ReactJS using hooks, recoil, TDD and Clean Code.

Installation

  1. Clone the project to a local folder
  2. Make sure to have installed NodeJS version 16 or higher and yarn version 1.22 or higher.
  3. Install dependencies by execute: yarn
  4. Install yarn-check globally: yarn global add yarn-check
  5. If you don't have an account on coveralls.io, create one using your GitHub account and add your repository.
  6. Use file .coveralls.yml_example as a template to create your own .coveralls.yml file with the token provided for your repository.
  7. Run yarn start to launch application on your default browser.

Principles

Design Patterns

Methodologies and Designs

Libraries and Tools

ReactJS Features

Typescript Features

Tests Features