/dao-open-challenge

An Open DAO community built with Nextjs, Typescript, React and Nextjs.

Primary LanguageTypeScript

Open DAO Challenge

!app-image

The web version of the Druids challenge done by Queennette Onyekachi and Temidayo Folajin.

Technologies

It was fun to use Chakra-UI, Reactjs, Nextjs, Typescript, CSS transitions and Animation. Also, I used Chakra’s UI Custom Checkbox and RadioButton, I know it can be a little tricky to implement if you are a beginner.

You can find the web version at https://dao-open-challenge.vercel.app/

To Install

Clone the project.

Then install the dependencies

npm install
# or
yarn install

then run the development server:

npm run dev
# or
yarn dev