kristofferlarberg / cats-incorpurrate

Code assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cats Incorpurrate /ᐠ。ꞈ。ᐟ\

An assignment to do a list of employees for a company run by 🐈 🐈 🐈 with a filter functionality based on cuteness factor.

Data is served via the Next.js API route after attempts to use Go in the same way failed. Before this I tried to embed the Next.js project inside a Go program according to this setup (but didn't manage to get it to work): portable-apps-go-nextjs

Aside from focusing on data fetching and sorting functionality I put most focus on responsiveness and styling. No real focus was put on a11y and SEO.

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

Getting Started

Install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

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

About

Code assignment


Languages

Language:JavaScript 57.7%Language:CSS 40.0%Language:Go 2.3%