Giter Club home page Giter Club logo

zs-exercise's Introduction

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

Getting Started

Install dependencies:

npm install

Build and run the application:

npm run build && npm run start

Ensure the API server is running.

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

Notes

  • Uses Next.js to facilitate Server-Side Rendering, retrieving API data on the server, handling of building / bundling / ES6 transpilation / etc.
  • Uses Axios to perform API requests to easily facilitate caching of requests, and automatic retry on idempotent requests that return a 5xx status code.

Thoughts for Improvement

  • Could use TypeScript to expose expected props for components and enable strict type-checking.
  • Could use Context API or State management library to hoist state (eg filters state) so that state is remembered across page navigations.
  • Could add sorting / grouping options for files grid.
  • Files grid could incorporate additional API fields, eg. live, popularity, scheduled, times, etc.
  • API error reporting could be more explicit, but keeping it simple for the sake of this demo, and to demonstrate graceful handling of the dodgy users endpoint.
  • Unit tests would be helpful.
  • Could add spinner to indicate page loading.

zs-exercise's People

Contributors

jbroadice avatar panosvoudouris-fp avatar

Stargazers

 avatar

Forkers

chrismurray86

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.