`
This project is the frontend for the SMARTGLPI system, which interacts with the SMARTGLPI backend to manage and process tickets efficiently.
The interactive and simple interface.
- Interface for searching tickets by ID.
- Display related tickets and suggested answers dynamically.
- Interactive UI components built with React and Tailwind CSS.
-
Clone the Repository: Begin by cloning the repository to your local machine:
git clone https://github.com/devfel/smartglpi-web.git
-
Navigate to the Directory:
cd smartglpi-web
-
Install the Required Dependencies: Ensure you have all the required dependencies installed:
npm install
-
Start the Development Server:
npm run dev
After installation, you can start the development server by running npm run dev
. This will serve the application at http://localhost:3000
.
- Search Tickets: Use the ticket ID search form to retrieve ticket details and related tickets from the backend.
- View Suggested Answers: The system dynamically suggests answers based on the ticket details retrieved.
To build the application for production, use:
npm run build
This will generate a production-ready build.
- Node.js 12.x or newer
- Modern browser with ES6 support
src/
: Contains all the React components and utility functions.public/
: Contains static assets like images and fonts.index.html
: The entry point for the application.
Feel free to fork the project, open issues, and provide pull requests.
This project is licensed under the MIT License. `