Skip to content

Commit 990cda1

Browse files
committed
adding scaffolding files for getting it going
1 parent 247e6f2 commit 990cda1

File tree

7 files changed

+113
-13
lines changed

7 files changed

+113
-13
lines changed

dao-frontend/Wrapper.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Home from './pages/Home';
44
import Navbar from './components/Navbar';
55
import {Routes, Route, BrowserRouter} from 'react-router-dom';
66
import {useState} from 'react';
7-
7+
import {home_page_data} from './home_page_data';
88
export default function Wrapper(){
99
return(
1010

@@ -16,7 +16,7 @@ export default function Wrapper(){
1616
{/* HOME PAGE */}
1717
<Route path="/" element={<Home/>} />
1818
<Route path="/home" element={<Home/>} />
19-
<Route path="/app" element={<App />} />
19+
<Route path="/app" element={<App {...home_page_data} />} />
2020

2121
</Routes>
2222
</BrowserRouter>

dao-frontend/home_page_data.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const home_page_data = {
2+
"title": "Mustang DAO",
3+
"description": "The Mustang DAO is a decentralized autonomous organization that is democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democratically democraticallydemocraticy.",
4+
"image": "https://i.imgur.com/QJFQZ.png",
5+
// "link": "https://www.mustangdao.com",
6+
}
7+
8+
export default home_page_data;
9+

dao-frontend/package.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "dao-frontend",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@testing-library/jest-dom": "^5.16.4",
7+
"@testing-library/react": "^13.1.1",
8+
"@testing-library/user-event": "^13.5.0",
9+
"react": "^18.0.0",
10+
"react-dom": "^18.0.0",
11+
"react-scripts": "5.0.1",
12+
"web-vitals": "^2.1.4"
13+
},
14+
"scripts": {
15+
"start": "react-scripts start",
16+
"build": "react-scripts build",
17+
"test": "react-scripts test",
18+
"eject": "react-scripts eject"
19+
},
20+
"eslintConfig": {
21+
"extends": [
22+
"react-app",
23+
"react-app/jest"
24+
]
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}

dao-frontend/src/components/Logo.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default function Logo() {
2+
return (
3+
<div className="text-3xl flex flex-row">
4+
<p>Mustang</p>
5+
<p className="text-teal1 ">DAO</p>
6+
</div>)
7+
};

dao-frontend/src/components/Navbar.js

+5-11
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@ const nav_items = [
77
name: 'Home',
88
path: '/'
99
},
10+
1011
{
11-
name: 'About',
12-
path: '#features',
13-
},
14-
{
15-
name: 'docs',
16-
path: '/docs',
12+
name: 'App',
13+
path: '/app',
1714
},
18-
// {
19-
// name: 'FAQ',
20-
// path: '#faq',
21-
// }
15+
2216
];
2317

2418

@@ -31,7 +25,7 @@ export default function Navbar(props) {
3125
return (
3226
<nav className=" px-2 sm:px-4 py-2.5 text-white">
3327
<div className="container flex flex-wrap justify-between items-center mx-auto">
34-
<a href="https://seam.money" className="flex items-center">
28+
<a href='/app' className="flex items-center">
3529
<Logo/>
3630
</a>
3731
<button data-collapse-toggle="mobile-menu" type="button" onClick={() => toggle()} className="inline-flex items-center p-2 ml-3 text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="mobile-menu" aria-expanded="false">

dao-frontend/src/pages/Home.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// create a home page with the info about the dao
2+
3+
export default function Home(props) {
4+
return (
5+
<div className="container">
6+
<p></p>
7+
</div>);
8+
}

dao-frontend/tailwind.config.js

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
module.exports = {
2+
content: ['./src/**/*.{js,jsx}', './public/index.html'],
3+
theme: {
4+
screens: {
5+
sm: '480px',
6+
md: '768px',
7+
lg: '976px',
8+
xl: '1440px',
9+
},
10+
colors: {
11+
yellow1: '#20FFFF',
12+
yellow2 :'#222642',
13+
yellow3: '#ff49db',
14+
green1: '#391A51',
15+
green2: '#734C92',
16+
green3: '#34eb3d',
17+
darkBlue1: '#ffffff',
18+
darkBlue2: '#FFF620',
19+
darkBlue3: '#8492a6',
20+
blac: '#000000',
21+
},
22+
23+
fontFamily: {
24+
Poppins: ['Poppins', 'sans-serif'],
25+
// sans: ['Graphik', 'sans-serif'],
26+
// PUT SOME cool fonts here
27+
},
28+
29+
extend: {
30+
spacing: {
31+
128: '32rem',
32+
144: '36rem',
33+
},
34+
borderRadius: {
35+
'4xl': '2rem',
36+
},
37+
backgroundImage: {
38+
39+
},
40+
41+
},
42+
},
43+
plugins: [require('daisyui')],
44+
};

0 commit comments

Comments
 (0)