srujandeshpande / attendance_app_IO

Attendance app for Blockchain PESU IO Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attendance App for PESU IO

Welcome to the Attendance app for the PESU IO Course "Introduction to Blockchain and Decentralized Applications"! For most of you, this will be the first DApp you interact with. Follow the instructions and together we will learn how it works!

Make sure you have everything installed!

Go through the installation instructions and make sure you've got everything set.

Download the files

If you have git, fork/clone this repo. If you don't have git, download the zip.

Navigate to the downloaded/cloned repository

Do this on command line (terminal or command prompt)

Go inside the folder

You should be inside the folder attendance_app_IO

(ONLY FOR LINUX/MAC)

Rename truffle-config.js to truffle.js

Go into the src folder

Rename App.js to app.js

Get back to the attendance_app_IO folder

Installing Node Modules

Run the command npm install. This might take a while.

Don't try to run the app yet. Some crucial files are still missing which we will create in class.

About

Attendance app for Blockchain PESU IO Course


Languages

Language:JavaScript 68.2%Language:HTML 19.6%Language:Solidity 12.2%