Skip to content

Commit

Permalink
Deployed app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedidiah-Solomon committed May 30, 2024
1 parent 29ee7ef commit 516e6f7
Show file tree
Hide file tree
Showing 101 changed files with 523 additions and 145 deletions.
23 changes: 11 additions & 12 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
settings: { react: { version: "detect" } },
plugins: ["react-refresh"],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
"react/jsx-no-target-blank": "off",
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
},
}
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
9 changes: 0 additions & 9 deletions Commands_executed.md

This file was deleted.

Empty file removed README (2).md
Empty file.
58 changes: 57 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
# Web3GlobalConference_app
# Web3GlobalConference_app

**Details:**
Web 3 Global Conference is an annual event hosted by web3GlobalConference for insights and networking of the current in the Web3 space.
This is pioneered by Jude Anumudu, a Nigeria who base in Lagos.

#### Commands Used

1. Install Vite `npm create vite@latest my-conference-website --template react`

2. Navigate into the project directory `cd my-conference-website`

3. Install dependencies `npm install`

4. Install webpack and loaders `npm install webpack webpack-cli webpack-dev-server babel-loader css-loader style-loader file-loader html-webpack-plugin clean-webpack-plugin --save-dev`
5. Run the build command to generate the dist directory: `npm run build`
6. Temporarily remove dist from .gitignore to allow it to be committed.
7. Add and commit the dist directory:

```
git add dist
git commit -m "Add build directory for deployment"
git push origin main
```

8. Deploy to Vercel: Vercel will automatically detect your project settings. Ensure it uses the dist directory for deployment.
9. Re-add dist to .gitignore After Deployment.
10. Commit the change:

```
git add .gitignore
git commit -m "Re-add dist to .gitignore"
git push origin main
```

11. This process ensures your dist directory is included for deployment but remains excluded during development to avoid unnecessary clutter and potential conflicts.

#### ESLINT

1. Install
`npm install eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-react-refresh --save-dev`
2. Check for errors
``npx eslint`

#### Benefits of Using ESLint

3. Identify Syntax Errors: Catch common mistakes and potential errors in your code.
4. Enforce Coding Standards: Maintain a consistent coding style across your project.
5. Best Practices: Ensure best practices are followed in your JavaScript and React code.
6. Automated Fixes: Automatically fix many issues with `eslint --fix`

### Express Server to route all files from dist/

1. `node server.js` or `npm start`,
2. `http://localhost:3000/terms`

https://formspree.io/f/xpzvganr
Binary file added dist/21cb8f55d8e0c5b89751.woff2
Binary file not shown.
Binary file added dist/295183786cd8a1389865.woff
Binary file not shown.
Binary file added dist/455ea818179b4def0c43.woff2
Binary file not shown.
Binary file added dist/4d986b00ff9ca3828fbd.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions dist/5fba4796eac43a8f2bd7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/60127e352b7a11f7f1bc.ttf
Binary file not shown.
Binary file added dist/a4e97f5a2a64f0ab1323.eot
Binary file not shown.
1 change: 1 addition & 0 deletions dist/b7e3ea3b4b45f8af2a4d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/bacd5de623fb563b961a.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/bundle.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions dist/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.16.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.23.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
Binary file added dist/c8e090db312b0bea2aa2.ttf
Binary file not shown.
Binary file added dist/c94f7671dcc99dce43e2.ttf
Binary file not shown.
Binary file added dist/cf7f5903d06b79ad60f1.woff2
Binary file not shown.
Binary file added dist/eb91f7b948a42799f678.ttf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions dist/favicons/2630a3e3eab21c607e21576571b95b9d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicons/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
Binary file added dist/img/645edd8f8709e3387ae97db4_linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/645edd8f8709e3387ae97dc0_twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Astha_Yadav.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/BCH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/BlockX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Blockchain_University.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Centauri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Dimitri_Tsapis.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Drew_Williams.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/FABC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Fomo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Frank_Deya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Ghana_Block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/Gmail-Logo.png
Binary file added dist/img/Hammer.png
Binary file added dist/img/Hordanso.png
Binary file added dist/img/Jeff_Mkungusi.jpeg
Binary file added dist/img/Jerop_Joan.jpeg
Binary file added dist/img/Kaya_Gulten.jpg
Binary file added dist/img/Moran _Hertzanu_weiss.jpg
Binary file added dist/img/Morten_Rongaard.jpg
Binary file added dist/img/Mudit_Marda.jpg
Binary file added dist/img/Nerdwarex.png
Binary file added dist/img/Nicholas_Weber.jpg
Binary file added dist/img/Nick_Majumdar.jpg
Binary file added dist/img/Nikhil_Goyal.jpeg
Binary file added dist/img/Ninja_game_guild.png
Binary file added dist/img/Peter_Hui.jpg
Binary file added dist/img/Pitchtalk.png
Binary file added dist/img/Pranav.jpg
Binary file added dist/img/Sakthi_Rajaguru.jpg
Binary file added dist/img/Shahd_Abdelhadi.jpg
14 changes: 14 additions & 0 deletions dist/img/Stacked-MoonGate.svg
Binary file added dist/img/Tokenizer.png
Binary file added dist/img/Tomal_Ganguly.jpg
Binary file added dist/img/VaibhavAli.jpeg
Binary file added dist/img/amando.jpg
Binary file added dist/img/arrow_btn.png
Binary file added dist/img/download.png
17 changes: 17 additions & 0 deletions dist/img/hub.svg
Binary file added dist/img/image1.png
Binary file added dist/img/image2.d8cc069e082cd7f05cd6.png
Binary file added dist/img/image2.png
Binary file added dist/img/image3.png
Binary file added dist/img/logo.png
3 changes: 3 additions & 0 deletions dist/img/main.03800ffa.js.download

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/img/main.d7d93504.css

Large diffs are not rendered by default.

Binary file added dist/img/pause_icon.png
Binary file added dist/img/play_icon.png
Binary file added dist/img/reality.png
Binary file added dist/img/shoppleverse.png
Binary file added dist/img/web3nifty.png
Binary file added dist/img/wib_africa.png
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Join us at our conference where we innovate the future. The Web3 Global Conference is an unparalleled event that unites leading experts from diverse industries on a global scale."/><meta name="author" content="Web3Global Team"/><meta name="robots" content="index, follow"/><link rel="canonical" href="https://web3globalconference_.vercel.app/"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"/><title>W3GC | Homepage</title><link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png"/><link rel="manifest" href="/favicons/site.webmanifest"/><script defer="defer" src="/bundle.js"></script></head><body><div id="root"></div><script src="/bundle.js"></script></body></html>
Loading

0 comments on commit 516e6f7

Please sign in to comment.