Skip to content

azuresphere7/onex-tech-assignment

Repository files navigation

One X Tech Technical Assessment for Remote Software Engineer Role 2024

Built by Dustin Lee

The project is based on One X RSWE Assessment 2024 Test B design.


Technologies

  • Framework: Next.js 14.1.0
  • Libraries: React
  • Languages: Typescript
  • Styling: Tailwind CSS + Shadcn
  • Testing: ESLint

How to run the application

First, install required node_modules:

npm install

Second, run the development server by running a script below:

npm run dev

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