Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rish-0-0/ucadd-b2b
Ucadd, B2B. Static web app using Material-UI, mui-datatables, notistack, recharts and cool pdf libraries. Users can look at data which updates right in the firebase cloud as well as solve questions which are from a pdf.
https://github.com/rish-0-0/ucadd-b2b
Last synced: about 16 hours ago
JSON representation
Ucadd, B2B. Static web app using Material-UI, mui-datatables, notistack, recharts and cool pdf libraries. Users can look at data which updates right in the firebase cloud as well as solve questions which are from a pdf.
- Host: GitHub
- URL: https://github.com/rish-0-0/ucadd-b2b
- Owner: rish-0-0
- Created: 2019-08-24T21:37:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:15:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T13:12:50.124Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ucadd-b2b-iter8.netlify.com/
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using this project
To use this make a new file with the name `firebase.js` in the `src` directory.
Get your `projectId`,`appId` and `apiKey` from the [Firebase Console](https://console.firebase.google.com)
> firebase.js
> This is how the file should look
```javascript
import firebase from 'firebase/app';
import 'firebase/firestore';
import 'firebase/storage';
let firebaseConfig = {
apiKey: "api-key",
authDomain: "project-id.firebaseapp.com",
databaseURL: "https://project-id.firebaseio.com",
projectId: "project-id",
storageBucket: "project-id.appspot.com",
messagingSenderId: "sender-id",
appID: "app-id",
};
firebase.initializeApp(firebaseConfig);
let database = firebase.firestore();
export default database;
```It's a CRA Project that hasn't yet been ejected so feel free to use it :grin:
Has a navbar + sidebar material-ui combo
Fully furnished with firebase storage, firebase auth and firebase cloud firestore implementation (just add a `firebase.js` file in `src`)Has a new method to solve questions that are on the web, basically try to understand how many questions a pdf has and generate those many radio
buttons with the corresponding options ['A', 'B', 'C', 'D'] on the right side.:+1: this repo, Rishabh Anand.