This application was made with ReactJs, and after, migrate to NextJs, for converter numbers of binary to decimal or on the contrary.
- ✔️ 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;
- [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
- ✔️ Material-UI
- ✔️ SASS
- ✔️ Dark/Light
- ✔️ Responsive
- ✔️ Simple Animation
- ✔️ Docker (Dockerfile + docker-compose.yml)
Inspiration from florinpop/app-ideas
You also can clone this repository, install it (with yarn install
), and run it (with yarn run
) only;
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