Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.6 KB

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