This is a Next.js project bootstrapped with create-next-app
.
Explore the docs »
View Demo
·
Report Bug
A website with information about crypto currencies and data.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/ChristianPredoianu/next-crypto-app.git
- Install NPM packages
npm install
- Serve with hot reload at localhost
npm run dev
- Build for production
npm run build
Navigate around the site, toggle dark mode (Not using window.matchMedia to detect system preferance though).
---/currencyInfo route: User can open tabs to navigate to details about a specific currency.
---/exchange route: See info about top 5 crypto currencies. Navigate a list of currencies with the help of pagination. Filter currency data (ascending, descending) and reset the filter.
Scroll up and down to animate cards (GSAP ScrollTrigger)
Distributed under the MIT License. See LICENSE
for more information.
Christian Predoianu - @linkedin - christianpredoianu@yahoo.com
Project Link: https://github.com/ChristianPredoianu/next-crypto-app