Skip to content

rafgger/frontend-reactjs-crud-crypto-app

 
 

Repository files navigation

Crypto Frontend React.js and Yarn

docker-compose up -d

(the backend needs to be running | open this frontend in a different VS Code than the backend)

open via Docker on: http://localhost:3000/

use together with my backend

close with: docker-compose down

frontend with docker

Local deployment

yarn dev

Starting template kindly provided by: Github: React CRUD APP in https://codevoweb.com/build-a-reactjs-crud-app-using-a-restful-api/ as bellow:

Build a React.js CRUD App using a RESTful API

This application uses React.js, Tailwind CSS, React Query, React-Hook-Form, and Axios. There are used CRUD (CREATE, READ, UPDATE, DELETE) methods to perform basic operations against a data layer via REST API.

Build a React.js CRUD App using a RESTful API

About

Frontend of a Crypto App with React.js, Tailwind CSS, React Query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • JavaScript 3.3%
  • HTML 2.6%
  • CSS 2.4%
  • Dockerfile 1.9%