Vendix App is an application built with Vite, React, and TypeScript.
- Vite
- React
- TypeScript
- Custom API Manager: A custom API manager to handle backend interactions.
- Custom Hooks: Utilizes custom hooks to manage data and states.
- Fix backend connection to retrieve data.
- Add unit test to hooks & services with Jest & React testing library
- Add ui tests
- Build a responsive interface
-
Clone this repo:
git clone https://github.com/your-username/vendix-frontend.git
-
Navigate to the project directory:
cd vendix-frontend
-
Install the project dependencies:
npm install or yarn
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:5173 to view the Vendix App.
The Vendix App frontend uses custom hooks for managing API requests and state. These hooks simplify data fetching and state management, making it easy to integrate with the Vendix API.
If you have ideas, bug reports, or feature requests, please open an issue or create a pull request. I appreciate your feedback.
Betita 🚀