This Project is a Polymer Gift Project which the following
- Creating a gift link.
- List all the gift that an user have.
- Allow user claim their gift.
Refer to https://nodejs.org/en/ to install nodejs
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm installIn order to run the application Type the following command
npm startThe Application Runs on localhost:3000
-
Gift Claim Component : This Component displays a list of gift's link. This Component gets the data from a the smart contract in the polymer-gift-smartcontract
-
Gift creation Component : This Component Displays the form which allow user enter the require's information to generate the gift's link.
create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS
React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap
the smart contract is using which is placing here: smart contract
Try out here: https://gift.tuananh.xyz/