Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudmykola/test-medical-center
Test Medical Centre
https://github.com/mudmykola/test-medical-center
axios js json pinia scss vue3
Last synced: 11 days ago
JSON representation
Test Medical Centre
- Host: GitHub
- URL: https://github.com/mudmykola/test-medical-center
- Owner: mudmykola
- Created: 2024-08-23T08:17:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:43:34.000Z (4 months ago)
- Last Synced: 2024-08-28T12:09:21.471Z (4 months ago)
- Topics: axios, js, json, pinia, scss, vue3
- Language: Vue
- Homepage: https://evident-league-390812.firebaseapp.com/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฅ CRM Medical Center
CRM Medical Center is a management dashboard created for a medical center that
allows for the administration of client data, employees, exercises, and other
information. This project is built using Vue 3, Composition API, Pinia, Axios,
TailwindCSS, Vite, and Firebase.## ๐ Features
### ๐ Sidebar Menu
The sidebar menu is located on the left side and contains the following tabs:
- **๐จ๏ธ Scanner:** Functionality to scan documents or other information
(optional, depending on future requirements).
- **๐ฅ Employees:** View and manage the list of employees (add, edit, delete).
- **๐งโโ๏ธ Clients:** View and manage the list of clients.
- **๐๏ธ Exercises:** View and manage the list of exercises.
- **๐ผ๏ธ Banners:** Manage the banners used in the medical center.
- **๐ Logout/Login:** Button for logging in and out of the system.### ๐ Top Navigation Bar
The top navigation bar contains:
- **๐ฅ Logo** (left side): Displays the medical center logo.
- **๐งโ๐ป User Avatar** (right side): Displays the avatar of the logged-in user.### ๐ Client Management
Clicking on the "Clients" tab opens the client management component:
- **๐ Client List:** Displays the clients' names, categories, phone numbers,
and last update dates.
- **โ Delete Client:** Option to delete a client from the list.
- **โ Add Client:** A button to open a form for adding a new client. The form
fields include name, category, and phone number.
- **๐ Search Clients:** Search functionality based on input characters. The
search results are automatically updated in the client list.
- **๐ Category Selector:** A dropdown to select a specific category to filter
and display only clients belonging to the selected category.### ๐ก๏ธ Authentication
- **๐ค User Authentication:** Integrated with Firebase for secure user login and registration.
- **๐ Password Recovery:** Ability to reset password via email.
- **๐ Default Admin Login:** Use the username and password combination `admin` to log in with administrative privileges.### ๐ Advanced Search & Filters
- **โก Fast Search:** Real-time search and filtering capabilities for quick access to client and employee information.
- **๐ Category Filters:** Filter clients and employees by categories for more organized management.## ๐ ๏ธ Technologies
The project is built using the following technologies:
- **โ๏ธ Vue 3** with Composition API: For building the user interface.
- **๐ฆ Pinia:** For state management.
- **๐ก Axios:** For making HTTP requests to the API.
- **โก Vite:** For fast build and development.
- **๐ฅ Firebase:** For user authentication and data storage.
- **๐งน Biome.js:** For linting, formatting, and type checking.## ๐ Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/medical-center-crm.git
```Navigate to the project directory: `cd medical-center-crm` Install the
dependencies: `npm install` Start the development server: `npm run dev`The project will be running on your local server at http://localhost:3000.
๐ง Firebase Setup
1. Create a new project in Firebase and get your configuration details.
2. Create a firebaseConfig.js file in the src directory and add your Firebase
configurations.
3. Make sure to set up authentication and Firestore in your Firebase project.๐ License
This project is licensed under the MIT License. See the LICENSE file for more
detailsThis updated `README.md` includes emojis to visually break up the sections and
make the document more appealing. If you need further customization or
additional sections, just let me know!