Skip to content

falzee/simple-crud-operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Crud Operations

Preview demo

Demo

animated

Using JSON Server Fake API

Email and Password for Login

Request /login

  {
    "email": "test@testing.com",
    "password": "test123"
  }

Using Reqres Fake API

POST Login

Request /api/login

  {
    "email": "eve.holt@reqres.in",
    "password": "cityslicka"
  }

Response == 200

  {
    "token": "QpwL5tke4Pnpja7X4"
  }

POST Register

Request /api/login

  {
    "email": "eve.holt@reqres.in",
    "password": "pistol"
  }

Response == 200

  {
    "id": 4,
    "token": "QpwL5tke4Pnpja7X4"
  }

Visit reqres website for full documentation

UX & UI Design

Todo

  • Cleaning code
  • Deploying
  • Logout functionality
  • Add redux persist

Bug

  • Warning error on crud (resolved)
  • State not changing when login (need persist)
  • Redux issues
  • Sometimes success login message not working
  • About page image hover create layout problem

About

React with Crud and Login Functionality (For learning)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published