Skip to content

DeepPatel4505/CureLink_Frontend

Repository files navigation

CureLink Frontend

Frontend client for CureLink, built with React and Vite.

Stack

  • React 19
  • Vite
  • React Router
  • Axios
  • Tailwind CSS

Run Locally

  1. Install dependencies:

    npm install

  2. Start development server:

    npm run dev

  3. Open the local URL shown by Vite.

Scripts

  • npm run dev: start local development server
  • npm run build: build production assets
  • npm run preview: preview production build
  • npm run lint: run ESLint checks

Frontend Structure

  • src/components: reusable UI and feature components
  • src/components/dashboards: dashboard pages by role
  • src/components/AppointmentView: appointment workflow pages
  • src/contexts: shared React contexts
  • src/api.js: API request setup

Backend Connection

The frontend expects the backend API to be running from the server project. Update API base URL configuration in src/api.js as needed for your environment.

Production Notes

  • Use environment-based API URLs.
  • Build with npm run build and serve static files via CDN or web server.
  • Ensure CORS and cookie settings match deployed domains.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages