Libikk / elementstone

elementstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bird API

The /birds route needs changing to return the bird data from public/data.json in alphabetical order.

Complete the route, and create a unit test using any test framework.

Create a website with Create-React-App in typescript to display the birds as shown below. The site should be coded with function components and css / scss modules. The header and footer should both be sticky.

alt text

Install and run FE/BE

To run BE run npm i && npm run build && npm run start To run FE run cd fe-app && npm i && npm run start

alt text

About

elementstone


Languages

Language:TypeScript 64.7%Language:HTML 17.4%Language:SCSS 14.2%Language:CSS 3.7%