Omnisafe Test Description

  • Created a React project and setup TypeScript engine.
  • Installed Mui node module and set the theme configuration.
  • Structured the whole project with layouts, pages, components, types and so on.
  • Made a APIs and callAPI services for CRUD operations.
  • Setup redux flow to the project for managing application states.
  • Integrate eslint and prettier.
  • Sign In and Sign Up.
  • Snackbar for showing API response.
  • ...

Launch Script

Start up the project

This script will launch the project with 3001 port

npm run start

Other scripts

npm run preinstall
npm run build
npm run test
npm run eject