https://github.com/whyash5114/next-cryptocurrencies-handbook
A simple cryptocurrencies wiki
https://github.com/whyash5114/next-cryptocurrencies-handbook
mantine nextjs react reactjs typescript vercel
Last synced: about 2 months ago
JSON representation
A simple cryptocurrencies wiki
- Host: GitHub
- URL: https://github.com/whyash5114/next-cryptocurrencies-handbook
- Owner: WhyAsh5114
- Created: 2022-05-26T18:28:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:01:07.000Z (over 1 year ago)
- Last Synced: 2025-10-25T09:39:48.858Z (8 months ago)
- Topics: mantine, nextjs, react, reactjs, typescript, vercel
- Language: TypeScript
- Homepage: https://next-cryptocurrencies-handbook.vercel.app
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token Viewer App
Just a simple token viewer app made in **NextJS** and **React**, search for common coins like ETH & USDT, view a simple description, and click on the link if want more info
Has a local database: ```database.ts```, which contains all the tokens and their basic info
I just made this as a pet project to get familiar with NextJS, React and Mantine, if anyone wants to contribute, they could add some Tokens in the database or add some more fields to the Token class, and update all the other tokens accordingly
[Visit here](https://next-cryptocurrencies-handbook.vercel.app)