Skip to content

XD2Sketch/full-stack-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

magicul-logo

Full Stack Coding Challenge

The goal of this coding challenge is to demonstrate your skills developing an application across the entire stack (frontend, backend and even a bit of database knowledge).

We wish magicul coding 🚀🧙‍

General Tech Bla Bla

We’ve designed the technical requirements to match the stack that we currently work with:

  • NextJS with TypeScript
  • NodeJS with TypeScript
  • PostgreSQL connected with an ORM

The architecture will be split between frontend and backend into two separate repositories (no mono-repo). The communication should be implemented using a RESTful API.

What the tool does

You’ll be building a tool that allows users to upload metadata (file name, file size, file type) of files. The files themselves are not uploaded at all. The frontend then also shows all metadata that was previously uploaded.

Desktop HD 2

Acceptance Criteria:

  • The user can select a file when clicking “Choose File”
  • Once the user has selected a file the button “Reset File” and “Save File” will show up
  • The button “Reset File” resets the file selection and brings you back to the default state
  • Clicking “Save File” submits the files metadata to the backend
  • Clicking “Save File” will also add the file to the table “File History”
  • The table “File History” always displays all files that the backend returns
  • When the backend receives a request for a file submission the file metadata is stored in the PostgreSQL database
  • If the user clicks on the “X” button inside the table, then the frontend request the backend to delete the entry from the database
  • Only PDF, DOCX and DOC files are allowed to be uploaded
  • The following metadata should be stored: file name, file size, last modified, file format (doc, docx or pdf)
  • The frontend doesn't have to be responsive or pixel perfect, we will mainly pay attention to if it's functionally working

Boilerplates to get you started

Stuff we will pay attention to

Must-have

Frontend & Backend

  • TypeScript
  • Usage of modern js functionality (ES6+)
  • README how your stuff works
  • Conventional Commit Messages
  • Clean code (run linters, prettier)
  • ESM over CommonJS (also backend if possible)

Frontend:

  • NextJS + State Management (ContextAPI/Redux/MobX/xState, … knock yourself out)

Backend:

  • Fastify, Express, Nest
  • ORM (TypeORM is recommended)
  • Defined REST endpoints
  • Schema Validation
  • Some Tests
  • Async/Await

Nice to have

  • Gitflow Branch Naming

General Stuff:

  • How you split code for components
  • How your store looks like and how you communicate with redux/mobx
  • Reusability of the components
  • Code repetitions and reusability (keep your code DRY and simple KISS)
  • How and where you put your business logic
  • Working in accordance with good practices in general
  • How you communicate with API
  • Handling unexpected errors or potential exceptions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published