mattvioli / cointree-FE

A basic front end to check prices using cointree's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

What is this project?

This project is a simple Next.js app that builds a front end for the cointree price API. I chose Next.js over pure React, as React.Dev suggests using it for creating a react app, and it's build in SSR is very useful for performance.

Getting Started

I prefer using PNPM for installing dependencies, as it is faster, and lighter.

First, follow the instructions here to install PNPM

Installing Dependencies

pnpm install

Building

pnpm build

Testing

pnpm test

Development

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

A basic front end to check prices using cointree's API


Languages

Language:TypeScript 85.7%Language:JavaScript 11.9%Language:CSS 2.5%