Welcome to the Hex Coding Interview! During the interview session, you'll implement two functions this repository to fix an application. All changes will be made to api/pagination.py.
Before the session starts, please clone this repository and run npm install and uv sync in the root to install dependencies. You can also add any other dependencies that you think that you may want to use, but there is no need to write any code or do anything else ahead of time to prepare for the session.
- Install JS dependencies with
npm install. - Install Python dependencies with
uv sync. Ifuvis unavailable, first runpip install uv. - Run
npm run start. You should be able to view the app at http://localhost:3000/. It will hot reload as you make changes.