Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/client/src/

App.css /cody/lassiecoder/mutual-funding-app/client/src/App.css
5 Views
0 Comments
/* NAVBAR ====================== */

.nav-wrapper a {
color: rgb(68 68 68);
}
.brand-logo, #nav-mobile {
margin: 0 6vw;
}
App.js /cody/lassiecoder/mutual-funding-app/client/src/App.js
5 Views
0 Comments
import React, {useEffect, createContext, useReducer, useContext} from 'react';
import Navbar from './component/Navbar';
import '
App.test.js /cody/lassiecoder/mutual-funding-app/client/src/App.test.js
5 Views
0 Comments
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';

test('renders learn react
component /cody/lassiecoder/mutual-funding-app/client/src/component/
3 Items
  • Jsondata
  • Navbar.js
  • screens
  • index.css /cody/lassiecoder/mutual-funding-app/client/src/index.css
    5 Views
    0 Comments
    body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell',
    index.js /cody/lassiecoder/mutual-funding-app/client/src/index.js
    7 Views
    0 Comments
    import React from 'react';
    import ReactDOM from 'react-dom';
    import './index.css';
    import App from './App';
    import * as serviceW
    reducer /cody/lassiecoder/mutual-funding-app/client/src/reducer/
    1 Items
  • userReducer.js
  • serviceWorker.js /cody/lassiecoder/mutual-funding-app/client/src/serviceWorker.js
    5 Views
    0 Comments
    // This optional code is used to register a service worker.
    // register() is not called by default.

    // This lets the app load f
    setupTests.js /cody/lassiecoder/mutual-funding-app/client/src/setupTests.js
    5 Views
    0 Comments
    // jest-dom adds custom jest matchers for asserting on DOM nodes.
    // allows you to do things like:
    // expect(element).toHaveText