/week-14-gkorompis-00

week-14-gazakorompis created by GitHub Classroom

Primary LanguageTypeScript

TODOS APP

simple crud app project week 14.

Screen Shot 2023-12-06 at 11 32 25

1. Project Overview

This is a simple crud app that follow these deliverables:

  • Backend and Database development
  • Role Based Access Control
  • Twitter like-application
  • Todos application
  • Testing react components

App Layouts:

Category Page

Screen Shot 2023-12-06 at 11 32 38

Category Page Table

Screen Shot 2023-12-06 at 11 32 55

Profile Page

Screen Shot 2023-12-06 at 11 33 07

2. Contents

  1. Project overview
  2. Contents
  3. Testing Components

3. Testing Components

  • Testing Login Page, expect detect form and button
  • Testing Register Page, expect detect form and button
  • Testing Category Page, expect detect form and button, and table
  • Testing Profile Page, expect detect title and table
cd client
npm install
npm --test
Screen Shot 2023-12-06 at 11 56 22