Skip to content

Instantly share code, notes, and snippets.

@sbimochan
Last active February 25, 2025 12:01
Show Gist options
  • Save sbimochan/d5d90f3caca300c87519158666f8853c to your computer and use it in GitHub Desktop.
Save sbimochan/d5d90f3caca300c87519158666f8853c to your computer and use it in GitHub Desktop.
Coding assignment Javascript Full stack

Coding Assignment

Assignment #1:

Frontend:

Navigate this website https://nowmovies.netlify.app/ Create a clone of this app using:

  • ReactJs, Material UI, themoviedb.org
  • Should have unit tests of util functions

It has some features like youtube search and torrent search. Reverse engineer it and implement the same.

Assignment #2:

Create a Restful API for CRUD application using expressJs framework and ReactJS with hooks that has following features.

  • Logged in users can create, delete and update their article.
  • Public user can read the article.

It should show the following implementation:

  • Run in multi thread of CPU.
  • Dockerize the API such that it can be run in services like fargate or kubernetes
  • API should have unit tests
  • Caching and cache invalidation using Redis.
  • Use local dynamodb.
  • Share postman collection
  • Should have Error handlings
  • Implement gsi or lsi while listing all articles

Create frontend using React with own design

  • Use react hook form, react-query
  • Use Above create API in it

Notes:

  • Should share code in github with proper commits history.
  • Should have a readme.md file with instruction to run in other computer.
  • Should share a migration script for dynamodb such that the tables can be created in other hosts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment