Giter Club home page Giter Club logo

michael4real-ux / krypt-web-3.0-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 221 KB

This is a dencentralized smart contract app where users can send cryptocurrency on real time.This unique smart contract app is a version of Web 3.0. Users are authenticated using metamask and many more amazing features which is the future of web. Technologies Used - React.js ,solidity, hardhat,Metamask ,Tailwind css.

Shell 0.18% JavaScript 87.47% HTML 2.37% CSS 9.98%

krypt-web-3.0-app's Introduction

Krypt - Web 3.0 Blockchain Application

buyandsell

DESCRIPTION

This is a dencentralized smart contract app where users can send and recieve cryptocoin on real time.This unique smart contract app is a version of Web 3.0. Users are authenticated using metamask and many more amazing features which is the future of web. Technologies Used - React.js ,solidity, hardhat,Metamask ,Tailwind css.

Install Tailwind CSS with Create React App

Setting up Tailwind CSS in a Create React App project.

Terminal

npx create-react-app my-project cd my-project Save

Install Tailwind CSS

Install tailwindcss and its peer dependencies via npm, and then run the init command to generate both tailwind.config.js and postcss.config.js.

Terminal

npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p

yarn add postcss-cli autoprefixer --save-dev yarn add tailwindcss --dev npx tailwindcss init -p Save

Configure your template paths

Add the paths to all of your template files in your tailwind.config.js file.

tailwind.config.js

module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: {}, }, plugins: [], } Save

Add the Tailwind directives to your CSS

Add the @tailwind directives for each of Tailwind’s layers to your ./src/index.css file.

index.css

@tailwind base; @tailwind components; @tailwind utilities; Save

Start your build process

Run your build process with npm run start.

Terminal

npm run start yarn start

krypt-web-3.0-app's People

Contributors

michael4real-ux avatar

Stargazers

Hillary Okporka avatar

Watchers

 avatar

Forkers

bukasin1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.