DaiLobo / Desafio-React-Pitang

Front-end only: To make use with the api, it is possible by running the following application locally: https://github.com/DaiLobo/Desafio-Node-Pitang

Home Page:https://desafio-react-pitang-diana-iqp1gsh0j-dailobo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portal for scheduling patients for the COVID19 vaccine

Challenge launched by Pitang. This application was created in React and contains two pages, one for scheduling and another to query the schedules. There are also some restrictions, such as: appointments every one hour, two appointments per hour, and twenty per day.

Installation

Clone the project:

gh clone https://github.com/DaiLobo/Desafio-React-Pitang.git

Navigate to project folder and install dependencies:

cd agendamento-frontend

yarn
#or
npm install

Run the project:

yarn start
#or
npm run

About

Front-end only: To make use with the api, it is possible by running the following application locally: https://github.com/DaiLobo/Desafio-Node-Pitang

https://desafio-react-pitang-diana-iqp1gsh0j-dailobo.vercel.app


Languages

Language:JavaScript 96.4%Language:HTML 3.6%