DApp version of Keeper with React Frontend
Built using Motoko on Internet Computer with React Frontend
Features:
- All CRUD operations with data stored on the canister
- Data Persistence across sessions
- Utilizes current Web3 Technology
- Simulates an app similar to Google Keep with a React front end
How to run application:
- Download repository
- Open downloaded repository with a command line interface
- cd into dkeeper/
- run
dfx start
- open a NEW terminal, cd into dkeeper/, run
dfx deploy
, runnpm install
, then runnpm start
- open up a browser and go to
http://localhost:8080/
Initial Page:
Page with items: