Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions Pretty Cards #77

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions submissions/Chimoney-Transactions-Card/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

.env

# production
/build
# /src/SecretKeys.js

/.DS_Store

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
24 changes: 24 additions & 0 deletions submissions/Chimoney-Transactions-Card/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Chimoney-Transactions
Reward UI that takes a Chimoney issueID and renders a list of Pretty cards

view the deployed project [here](https://chimoney-transactions.vercel.app/)

## Getting Started with Chimoney-Transaction Project
Run the following commands in the project directory

- `npm install`
- `npm start`


Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

## Screenshots of the the project
<img src="src/assets/example-1.png" alt="screenshot" title="screenshot">

<img src="src/assets/example-2.png" alt="screenshot" title="screenshot">





Loading