Avax version of Challenge Metaverse ( Version of Hiring Purpose )
This version include Single Metaverse landing page, and also connected with Node.js back-end to interact Smart Contract. "Yarn run start" will launch front-end and back-end, You can check our current development version of UI. If you face package dependecy issues, please try to solve and report it. Once you confirm all features of the project, send report to email we contacted you.
- Name: Uday Vunnam
- Upgradeable Features you found in the project
- Package/dependency Issues you found while running or inappropriate coding style & convention (Include How to upgrade easily upto Node 18+)
- create react app is dead and subsequently all of its dependencies are not well maintained anymore. We can remove craco too.
- We can move the project to https://vitejs.dev/ which is the default recommendation for most of the frontend projects and provides lot of defaults and instant feedback loop
- Typescript is good to have. Provides type safety, intellisense and can avoid usual bugs, makes project maintainable.
- upgraded to React 18
- fix warning for key in LoadingModal
- issues while installing
ndb -> node-pty
. We don't need dependency anymore.node --inspect index.js
will suffice - A lot of packages are unnecessary
- backend also has package.json. Using Lerna or monorepo tool like Nx will make things simpler
- How to make reward system with our $CHZ Token
In the project directory, you can run:
Install node 16.20.0
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.