Skip to content

Technical exam repo for evaluating full-stack skills with a .NET 9 backend and React frontend. Includes intentionally incomplete API endpoints. Build, fix, and show your work.

Notifications You must be signed in to change notification settings

phia-digiteer/full-stack-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Full-Stack Evaluator – Technical Exam

Welcome to the technical evaluation!

This monorepo contains both the backend (.NET 9 Web API) and frontend (React) projects. Your task is to build and/or fix key parts of this intentionally incomplete system. Expect quirks. Think like a dev in the wild.


⏱️ Time Limit

4 to 5 hours
Treat this like a timed test. Don’t overthink it. Show your best work in that window.


🎯 Objectives

  • ✅ Connect frontend to the existing API
  • 🔧 Implement or complete missing backend logic
  • 🔄 Handle real-world scenarios (partial data, errors, state)
  • 💅 Code should be clean, structured, and readable
  • 📦 Commit regularly — no one big fat commit

📦 Stack Overview

Backend

  • .NET 9 Web API
  • Entity Framework Core
  • PostgreSQL
  • Swagger docs

Frontend

  • React + Axios
  • Redux Toolkit (if present)
  • Vite (dev server)
  • Styled however you like (no CSS wars)

✅ Submission Guidelines

  • Push your code to a public GitHub repo
  • Include a short write-up in your commit messages or a NOTES.md file:
  • What you implemented
  • What’s missing (if any)
  • How to test your changes

Good luck. Build smart. Code loud. 💻🔥

About

Technical exam repo for evaluating full-stack skills with a .NET 9 backend and React frontend. Includes intentionally incomplete API endpoints. Build, fix, and show your work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published