Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikhilsarvaiye/skill-matrix
https://github.com/nikhilsarvaiye/skill-matrix
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikhilsarvaiye/skill-matrix
- Owner: nikhilsarvaiye
- Created: 2021-01-20T08:06:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T16:19:41.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T14:57:26.242Z (8 months ago)
- Language: TypeScript
- Size: 3.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skill Matrix Client React App
## Features
1. Built using [Create React App](https://github.com/facebook/create-react-app) with Typescript
2. Built in Inputs, Buttons, Dropdowns, Datepicker, etc. customizable components
3. Configurable custom Dropdown component with Combobox, AutoComplete types, support for Keyboard Navigation
4. Built in Modals, Error handling, Notifications, Messages, Spinners, etc. customizable components
5. Built in Customizable Form library with [React Hook Form](https://react-hook-form.com) [Yup](https://github.com/jquense/yup) validations
6. React Routing with screen, components and libraries
7. Dynamic [odata-query](https://www.npmjs.com/package/odata-query) support
8. Configurable Custom JWT Authentication and Azure Authentication support using [msal](https://www.npmjs.com/7ackage/@azure/msal-browser) library
9. Customizable Table, Add/Edit Form components
10. Internationalization support using [react-intl](https://github.com/formatjs/formatjs)
11. UI Theme support at user level### Run
#### `npm install`
#### `npm run start`
#### `npm run build`
#### `npm run prettier-check`
#### `npm run test`
# Skill Matrix AspNetCore 5
## Features
1. Built using AspNetCore 5, Mongo Db, Repositories and Services and Docker
2. Integrated support for Fluent Validators
3. Configurable Serilog Logging, Linting with MS stylecop, roslynators and Swagger
4. Configurable Custom JWT Authentication and Azure Authentication
5. Middleware, Helpers and Accelerators
6. OData Query Parser Support with configurable to use any Custom Database Query Builder
7. MondoDb Dynamic Query Builder