This is an app in which you can reserve an appointment with a Veterinarian, create a Doctor, delete a Doctor and show all your appointments. This app was created separating the Fron-End and the Back-End in two repositories. This is the repository of the front-end UI and you can find the Back-End repository here
- HTML | CSS | JavaScript | Tailwind CSS
- React | Redux | Redux Toolkit
- NodeJS | VSCode | Testing Library
To get a local copy up and running follow these simple example steps.
- Nodejs
- NPM
- Clone the repository to a folder in your PC.
git clone [email protected]:rskinnerc/vet-appointments-react.git
- Navigate to the folder where you cloned the repository (eg:
Documents/vet-appointments-react
). - Once inside the folder, open a terminal window from there.
- Alternatively, you can open a terminal from a shortcut and navigate to the folder using the command
cd
(eg:cd Documents/vet-appointments-react
). - Run
npm i
to install all the necessary dependencies.
-
Create a file named .env in the root folder of the project and add this line of code inside it:
REACT_APP_API_HOST=[your API host]
(eg: REACT_APP_API_HOST=http://localhost:3001 ). -
Run
npm start
to start a local server atlocalhost:3000
.
- Run
npm test
to run tests if available.
👤 Ronald Skinner
- GitHub: @rskinnerc
- Twitter: @XSkinner
- Twitter: Ronald Skinner
👤 Juan Francisco Rosario Suli
- GitHub: @jrosario19
- Twitter: @jrosario19
- LinkedIn: Juan Fco. Rosario
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
👤 Alejandro Neira
- GitHub: @AlejandroNeira98
- Twitter: @JANP_19
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Wireframe: mukrat
This project is MIT licensed.