Dashboard to manage the quotes created using React and Typescript. This project was bootstrapped with Create React App.
The list of all the third party frameworks used in this project:
- Semantic UI: React components for faster and easier web development using Semantic UI framework.
- React-Router-DOM: Declarative routing for React
- MobX: a battle tested library that makes state management simple and scalable
- Axios: promise based HTTP client for the browser and node.js
- Fontawesome: the web's most popular icon set and toolkit.
The project will generate a container with the dashboard implementation. Before running the container it's necessary to build it. This can be accomplished running the command:
docker build -t sentency_dashboard -f Dockerfile .
After the container finishes building you can run with docker-compose.