Skip to content

Sentency project client dashboard to help in the quotes management

License

Notifications You must be signed in to change notification settings

wcodesoft/sentency-dashboard

Repository files navigation

Quality Gate Status

Sentency Server

Project Sentency

Dashboard to manage the quotes created using React and Typescript. This project was bootstrapped with Create React App.

Third-Party frameworks

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.

Docker

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.