Get information about cryptocurrencies, cryptocurrencies' news, nfts and exchanges. Created with next.js, tailwindcss and scss
My goal was to simulate a professional environment
- I used feature branches and pull requests
- Getting into the world of typescript made me realise I need to practice more on using typescript.
- I also had the chance to use popular fetching library called axios.
- Home page consist of relative data about coins, exchanges, nfts
- Coins page and exchanges page lists out different coins and exhanges in which users can search for their favourite coin/exchange.
- users can click on their favourite coin to check its history. e.g BTC history
- nft page and news page contains different nfts and crypto news respectively;
- The application fetches data from rapidapi.
- All pages used can be found in the pages folder
- You firstly need to fork this repositroy, then clone to your local machine
-
yarn dev
starts nextjs in development mode -
yarn build
builds the application for production usage -
yarn start
starts a Next.js production server -
Deploy it to the cloud with Vercel (Documentation).