Coder Social home page Coder Social logo

jurkian / react-bank Goto Github PK

View Code? Open in Web Editor NEW
184.0 10.0 87.0 8.93 MB

Banking app built in React, Redux, TypeScript, Node, Strapi

License: MIT License

HTML 0.95% JavaScript 34.28% Shell 0.52% SCSS 9.70% TypeScript 54.56%
react redux javascript banking firebase html css formik node nodejs

react-bank's People

Contributors

dependabot[bot] avatar jurkian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-bank's Issues

App crashes after running npm run start-dev

I get the following error after running npm run start-dev

[email protected] start-dev /home/abdellah/Desktop/PROJECTS/react-bank/api
nodemon -r dotenv/config app.js

[nodemon] 1.19.4
[nodemon] to restart at any time, enter rs
[nodemon] watching dir(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting node -r dotenv/config app.js
internal/modules/cjs/loader.js:797
throw err;
^

Error: Cannot find module '/home/abdellah/Desktop/PROJECTS/react-bank/api/config/config'
Require stack:

  • /home/abdellah/Desktop/PROJECTS/react-bank/api/app.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:794:15)
    at Function.Module._resolveFilename (/home/abdellah/Desktop/PROJECTS/react-bank/api/node_modules/module-alias/index.js:49:29)
    at Function.Module._load (internal/modules/cjs/loader.js:687:27)
    at Module.require (internal/modules/cjs/loader.js:849:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object. (/home/abdellah/Desktop/PROJECTS/react-bank/api/app.js:2:16)
    at Module._compile (internal/modules/cjs/loader.js:956:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
    at Module.load (internal/modules/cjs/loader.js:812:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/home/abdellah/Desktop/PROJECTS/react-bank/api/app.js' ]
    }
    [nodemon] app crashed - waiting for file changes before starting...

Error running npm start in web folder (TypeScript error in /home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx(21,11):)

Please am trying to run the npm start in the web folder after successfully loading the api folder for strapi but I keep geting this error
Failed to compile.

`/home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx
TypeScript error in /home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx(21,11):
Type '{ history: History; onLoginSubmit: (identifier: string, password: string) => void; }' is missing the following properties from type 'MyFormProps': identifier, password TS2739

19 |          <Loader />
20 |       ) : (

21 |
| ^
22 | )}
23 |
`
I don't have been stuck on this error for the past days now. Please any help will be really appreciated.

Thank you so much.

Unhandled Rejection (TypeError): (0 , _users.getUsersCount) is not a function

ร—
Unhandled Rejection (TypeError): (0 , _users.getUsersCount) is not a function
Home._callee$
src/containers/Home/index.js:34
31 | }
32 |
33 | async componentDidMount() {

34 | const usersCount = await getUsersCount();
35 |
36 | if (usersCount) {
37 | this.setState({
View compiled
โ–ถ 28 stack frames were collapsed.

App is stuck after login.

I have clone cloned the app and using it with my own firebase configurations. I also have added a new user into firebase auth and enabled firestore as well but when i tried to login and app gets stuck and keep loading to /panel.

Can you please point out what am i missing? I think there must be something in firestore missing. If you can share the schema of firestore as well

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.