DashBoss

Business management dashboard created in React

Why this app as created:

Proof of concept: This app was created as an example of React state, regular expressions and functions

How to use:

  1. Clone repo into desired directory git clone https://github.com/Toughee/Fodee.git or gh repo clone Toughee/Fodee
  2. Run npm install in your terminal to install all app node modules and dependencies
  3. Run yarn start in your terminal to run app on http://localhost:3000/

Testing tools used for app:

  • React Testing library and Jest for testing components
  • TravisCI and CircleCI for CI/CD development
  • Prettier for keeping all code formatted and organized

Project resources:

Completed app tasks:

  • Include CircleCI and Travis-CI inside project

  • Improve U.I. design for app

  • Add testing scripts for each component

    Future app goals:

  • Organize all sales metrics and data into one React Database component

  • Improve current testing scripts inside app