Skip to content

vibrant2021/Vibrant-Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibrant LMS — Assessment Starter

Clean scaffold with no solutions. Use this to complete the assessment in ASSESSMENT.md.

What’s here

  • web/ — React + TypeScript + Vite + TanStack Query + Tailwind (blank components & hooks)
  • api/ — Node/Express + Knex (sqlite3 dev-ready) with route stubs returning 501 Not Implemented

Run

API

cd api
npm i
npm start

Web

cd web
npm i
npm run dev
  • Starts on http://localhost:5173
  • Proxies /apihttp://localhost:4000
  • UI shows TODO sections and placeholder components.

Contributing your answers

  • Implement directly in this repo; keep commits small and descriptive.
  • Update the README with any decisions or deviations.

Note: The assessment requires using Ant Design Table and Form for the inventory table and sample form. The web project already includes antd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published