Giter Site home page Giter Site logo

archive-lrn-nodejs-typescript-reactjs-styledcomp_color-diff-test's Introduction

nodejs-ts-reactjs-styledcomponents_color-diff-test

thumbnail

Descrição / Description

Teste de percepção de cores programado em ReactJs, utilizando blocos com diferentes níveis de opacidade. O teste é personalizável. Esse projeto é inspirado em outros testes do mesmo tipo, encontrados na internet.

Color perception test programmed in ReactJs, using blocks with different levels of opacity. The test is customizable. This project is inspired by other tests of the same type found on the internet.

Como rodar / How to run

⚠️ Necessita de um navegador web e do NodeJS. O projeto foi testado utilizando a versão 18.15.0.

⚠️ Requires a web browser and NodeJS. The project was tested using version 18.15.0.

npm i # Install the packages / Instale os pacotes
npm start # Run the `start` script / Rode o script `start`

Após a compilação ocorrer, use o navegador para acessar o endereço http://localhost:3000/.

After compilation takes place, use the browser to access the address http://localhost:3000/.

Rodar com o Docker / Run with Docker

⚠️ Necessita do Docker instalado no host para funcionar.

⚠️ Requires Docker installed on the host to work.

docker run --rm -it \
  -v $(pwd):/app/ \
  -w /app/ \
  -p 3000:3000 \
  node:18.15.0-alpine \
  sh -c 'npm i && npm start'

Após a compilação ocorrer, use o navegador para acessar o endereço http://localhost:3000/.

After compilation takes place, use the browser to access the address http://localhost:3000/.

archive-lrn-nodejs-typescript-reactjs-styledcomp_color-diff-test's People

Contributors

mjgargani avatar dependabot[bot] avatar

Stargazers

Gabriel Santos avatar

Watchers

 avatar

Forkers

gabrielsaints

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.