Open blackgirlbytes opened 2 months ago
.take
Thanks for taking this issue! Let us know if you have any questions!
can you describe what kind of image should i add
@29deepanshutyagi hiii! If you run this project locally, you will be able to see what it should look like https://github.com/TBD54566975/tbd-examples/tree/main/javascript/dwa-starter-react-vite
But it should look like this
Remember this is a JavaScript version of the React project, which is linked in the issue. It needs to look exactly like this.
You can also take a look at the Vue version which is in progress. https://github.com/TBD54566975/tbd-examples/tree/main/javascript/dwa-starter-vue
Create home page component - Vanilla
π Goal
Create a home page component in Vanilla that serves as the landing page for our Decentralized Web App (DWA) starter, providing different views based on the user's connection status.
π€ Background
We need to implement the home page for our Vanilla.js DWA starter, mirroring the functionality of the existing React implementation. This page should display a welcome message and a connect button when the user is not connected, and show a TodoList component (or placeholder) when connected.
π Tasks and Acceptance Criteria
HomePage.vanilla
componentπ Resources
Getting Started
Questions?
If you have any questions or need clarification, please comment on this issue or join our Discord community.
Happy coding! π