DAPP Study Resources aims to be the largest collection of resources to learn web3, we want to include every resource that one would need to make a great web3 application. Currently the datasource is open source contributions made into the repository's data files which will also act as a great entry contribution for newbies.
dapp-study-resources.vercel.app is the official deployed site
- Install Node.js
- Install Git
- Clone the repository:
git clone https://github.com/krishstwt/dapp-study-resources
- Install dependencies
npm i -g yarn
yarn install --frozen-lockfile
- Run the app
yarn start
- The app will be served at
localhost:3000
Inspired by Futurepedia a list of all the cool AI Tools, I thought that we should have a extensive list of web3 learning resources as well.
It is a project that is meant to gain resources via Open Source Contributions to the data/resources.json
file and then display them in a nice way, that will allow users to learn about various resources from it.
It is built using a create-next-app template and then using the data from the data/resources.json
file to display the resources.
For the styling we've used TailwindCSS paired with ShadCN UI which itself brings in Radix UI.
We also used GitHub for the open source contributions, release management, ticket management (future), deployment (CD via the vercel github integration) and version control. GitHub's Education Pack was extremely helpful with resources such as Copilot that were used extensively for productivity enhancement.
We also used Porkbun for the domain name (daap.study) and Vercel for the deployment.