https://github.com/nlagdhir/react-all-concept
https://github.com/nlagdhir/react-all-concept
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlagdhir/react-all-concept
- Owner: nlagdhir
- Created: 2019-03-25T11:56:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T12:09:29.000Z (about 7 years ago)
- Last Synced: 2025-01-12T08:30:52.557Z (over 1 year ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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