Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignacio-calvo/pos-frontend
Frontend solution for suporting POS business. Using React with Vite and TypeScript as well as Material UI, Formik, Yup and i18n.
https://github.com/ignacio-calvo/pos-frontend
formik-yup i18n i18n-react i18next point-of-sale pos react reactjs typescript
Last synced: 9 days ago
JSON representation
Frontend solution for suporting POS business. Using React with Vite and TypeScript as well as Material UI, Formik, Yup and i18n.
- Host: GitHub
- URL: https://github.com/ignacio-calvo/pos-frontend
- Owner: ignacio-calvo
- License: gpl-3.0
- Created: 2024-08-14T21:29:46.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T20:38:07.000Z (4 months ago)
- Last Synced: 2024-11-06T05:04:50.590Z (about 2 months ago)
- Topics: formik-yup, i18n, i18n-react, i18next, point-of-sale, pos, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# POS Frontend
Frontend solution for supporting Point Of Sale (POS) business.
Written in React using TypeScript and Vite.
Also using Material UI, formik and yup for UI, styling, forms and validations. Implemented i18n for enabling localization.## Architecture
![Component Diagram](https://github.com/ignacio-calvo/POS-Services/blob/develop/Documentation/POSitive-Components.png)*This solution relies on backend APIs that can be found in *
## Getting Started
I've used Visual Studio 2022 Template for React with TypeScript for bootstraping the solution so you should be able to get everything going by running the POS-Frontend.sln with VS 2022.
### Backend considerations
You will need to have the backend APIs running and available. You can configure the API URLs by modifying the Environment variables within the .env file