/decagoncentral-lere01

decagoncentral-lere01 created by GitHub Classroom

Primary LanguageJavaScript

Home Assignment: Decagon Central

DecagonCentral is a database of all decadevs and staffs at decagon.

User story:

  • As a user I want to be able to signup
  • As a user I want to be able to login
  • As a user I should be able to see my dashboard

Implement the following screens using react and implement the api endpoints to make it functional end to end:

You can use any database of your choice, SQL/NOSQL. Make sure to write tests for all your endpoints and all your components. Make sure your folder structure is correct. You may refer to https://github.com/decadevs/bouncer for clarity.

Here is a resource to help out with testing: https://dev.to/itnext/how-you-can-use-react-testing-library-to-test-component-surface-49pm