theSeifHub / healthcare-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graduation Project: Health Care Frontend

This project was bootstrapped with Create React App.

Getting Started

  1. Make sure you have Node.js v16.0.0 installed on your local machine.
  2. Clone this project's repo onto your machine or download as zip.
  3. Go to your project root directory, open terminal and run npm install to install all project dependencies.
  4. Make sure your backend server is up and running, whether on a remote server or localhost. Update baseURL link if needed.
  5. Run npm start and open http://localhost:3000 in your browser.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Libraries Used in the Project

  • The famous Javascript UI library

  • For basic ready-to-use react UI components

  • The HTTP client for the browser

  • A simple and easy-to-setup state management library

  • Handling client side routing and navigation

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About


Languages

Language:JavaScript 98.7%Language:HTML 1.1%Language:CSS 0.3%