Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

Home.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Home.js
7 Views
0 Comments
import React from 'react'
import {Link} from 'react-router-dom'
import Fundingdata from '../Jsondata/Fundingdata.json'

const Ho
Landing.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Landing.js
5 Views
0 Comments

Profile.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Profile.js
7 Views
0 Comments
import React from 'react'
import { Sparklines, SparklinesLine } from 'react-sparklines';

const Profile =() => {
return(

Signin.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Signin.js
5 Views
0 Comments
import React, { useState, useContext } from "react";
import { Link, useHistory } from "react-router-dom";
import { UserContext }
Signup.js /cody/lassiecoder/mutual-funding-app/client/src/component/screens/Signup.js
7 Views
0 Comments
import React, {useState} from 'react'
import {Link, useHistory} from 'react-router-dom'
import Materialize from 'materialize-css