This is the frontend of Easy Tidy Business App. This app objective is to supply an easy to use user interface for the user to be able to have a efficient and simple administration of his business.
To use this app for your business administration or see how it looks, you can visit this URL.
- React with hooks.
- Redux to make easier the components comunication with a global state.
- Highcharts for the dashboard graphs.
- Bootstrap for pre-established styles.
- Sha256 for the password encryption.
- This app depends on an API, whose code is on the easyTidyB-API repository
- The API, at the same time, depends on a MySQL database, whose code is on the easyTidyB-DB repository
- Open the terminal
git clone https://github.com/fabiosaac12/easyTidyB-Frontend
--> clone the repositorycd easyTidyB-Frontend
--> move to the generated foldernpm install
--> this will install all the required modules- Set the necessary environment variables in the .env file.
npm start
--> this will start the development server on port 3000
npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.\npm run eject
: If you aren’t satisfied with the build tool and configuration choices, you caneject
at any time. This command will remove the single build dependency from your project.