Skip to content

henriqueholtz/Holtz_Bin2Dec

Repository files navigation

Welcome to Holtz_Bin2Dec 😎

This application was made with ReactJs, and after, migrate to NextJs, for converter numbers of binary to decimal or on the contrary.

NextJs

You can acess this application in:

Branch master

Characteristics:

  • ✔️ NextJs
  • ✔️ Material-UI
  • ✔️ SASS
  • ✔️ Dark/Light
  • ✔️ Responsive
  • ✔️ Simple Animation
  • ✔️ Docker/docker-compose to development

You also can clone this repository, install it (with yarn install), and run it (with yarn dev) only;

After, you can access from http://localhost:3000 in your prefer browser.

Run with Docker (2 options):

  • [development] docker build -t holtzbin2dec-next:dev . -f .\Dockerfile.dev and soon: docker run -v ${PWD}:/app -v /app/node_modules -p 3001:3000 holtzbin2dec-next:dev
  • [development] docker-compose -f .\docker-compose.dev.yml up --build

ReactJs

You can acess this application in:

Branch holtz_bin2dec-reactjs

Characteristics:

  • ✔️ ReactJS
  • ✔️ Material-UI
  • ✔️ SASS
  • ✔️ Dark/Light
  • ✔️ Responsive
  • ✔️ Simple Animation
  • ✔️ Docker (Dockerfile + docker-compose.yml)

  Prototype by @ncsantos. 💥

Inspiration from florinpop/app-ideas

You also can clone this repository, install it (with yarn install), and run it (with yarn run) only;

After, you can access from http://localhost:3000 in your prefer browser.

Run with Docker (2 options):

  • docker build -t holtzbin2dec:dev . and soon: docker run -v ${PWD}:/app -v /app/node_modules -p 3001:3000 --rm holtzbin2dec:dev
  • docker-compose up -d --build

A short preview:

LightMode: image

DarkMode: image

About

This is a project with ReactJs for converter numbers of binary to decimal or on the contrary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published