jdeboi / greenarmy-nextjs

a Rect Next.js version of the GreenARMY scorecard I created in 2015

Home Page:https://greenarmy-nextjs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

I created a D3.js interactive scorecard in 2015 to visualize the environmental voting record of Louisiana politicians. This is a recreation of that vanilla JavaScript project, this time using D3.js with React and Next.js. The result is a more declarative approach to components / visualization.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

a Rect Next.js version of the GreenARMY scorecard I created in 2015

https://greenarmy-nextjs.vercel.app


Languages

Language:TypeScript 86.5%Language:JavaScript 11.5%Language:CSS 1.9%