An open API service indexing awesome lists of open source software.

https://github.com/nlagdhir/react-all-concept


https://github.com/nlagdhir/react-all-concept

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Introduction to APP

This is basic application which is bulid using React.

It covers basic CRUD operation for movie based on genres with pagination, filtering and sorting.

User authentication and authorization is also set for creating CRUD for movie.

User can register and login and add, edit and view movie. Delete funcationality is for user with admin role only.

## Concepts cover in this code

Components

Pagination, Filtering and Sorting

Routing

Forms

Backend Connection

Authentication && Authorization