https://github.com/nabeel-ahmed-jamil/my-user-redux-frontend
Redux Sample Example UI
https://github.com/nabeel-ahmed-jamil/my-user-redux-frontend
angular15 ng-ant-design ngrx redux redux-actions redux-reducers redux-state redux-store redux-toolkit rxjs
Last synced: 23 days ago
JSON representation
Redux Sample Example UI
- Host: GitHub
- URL: https://github.com/nabeel-ahmed-jamil/my-user-redux-frontend
- Owner: NABEEL-AHMED-JAMIL
- Created: 2024-03-05T09:12:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:38:31.000Z (6 months ago)
- Last Synced: 2024-12-29T22:35:43.978Z (4 months ago)
- Topics: angular15, ng-ant-design, ngrx, redux, redux-actions, redux-reducers, redux-state, redux-store, redux-toolkit, rxjs
- Language: TypeScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name [my-user-redux-frontend]
## Overview
This repository contains two main branches:
- **main & my-user-redux-frontend-api**: Implements a simple REST service.
- **my-user-redux-frontend-graphql**: Implements a GraphQL service.## Branches
### 1) main & my-user-redux-frontend-api
The `main & my-user-redex-api` branch contains the implementation of a simple REST service. This branch is suitable for those who are looking for a straightforward example of a RESTful API.
Key Features:
- Basic RESTful API endpoints.
- Example of CRUD operations.
- Suitable for beginners and those who need a quick setup for REST services.### 2) my-user-redux-frontend-graphql
The `my-user-redux-frontend-graphql` branch contains the implementation of a GraphQL service. This branch is aimed at those who are interested in using GraphQL for their APIs.
Key Features:
- Implementation of GraphQL queries and mutations.
- Example of integrating GraphQL with a database.
- Suitable for those who want to explore the advantages of using GraphQL over REST.## Getting Started
To get started with this repository, follow the instructions below for the branch you are interested in.
### Cloning the Repository
Clone the repository to your local machine: