Skip to content

bluewave-labs/crud-test-react-ts

Repository files navigation

CRUD test: Reactjs

Create a simple CRUD application with Reactjs & MUI that implements the models below:

User {
    firstName
    lastName
    emailAddress
    phone
    dateOfBirth
}

Make sure you complete this task using the following (do not skip this)


Validations

  • Create a local browser storage to store the list of Users.
  • During Create process, validate all the fields (you can use Google's LibPhoneNumber library to validate mobile number).
  • Users must be unique in the database (local storage): By firstName, lastName, dateOfBirth, and phone.
  • Email and phone numbers must be unique in the local storage or memory array.

Delivery

Follow those steps to deliver your work:

  • Properly clone this repository in a new GitHub repository in private mode. Make sure you do not erase previous commits (for code review purposes).
  • Share the repository with the users MuhammadKhalilzadeh and gorkem-bwl in private mode on github.com.

Useful links

There are a few great links about Git, GitHub collaboration and naming convention. Make sure your read those documents before you start your work.

About

CRUD tasks for Reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published