Welcome to Condor's Assessment challenges!
Please fork the repo to start. Once finished, issue a pull request to our repo so we can review your solution.
All of the challenges require:
- NodeJS
>= v18
- NPM
- TS skills
- A cup of ☕ or 🍵
Each assessment is pre-configured, so just running npm i
should install these basic packages:
- React Router + Axios: To fetch data and navigate through the site.
- Parcel + React.js: To serve and build a simple front-end.
- Typescript: To build our app.
- Json Server: To serve and expose a basic json db.
In the main package.json
you'll have access to the following scripts:
npm run start
: To run an assesstement test. You'll have to provide the name of the assessment's folder.npm run server
: To start a local db for some tests.npm run clean
: Remove ignored folders.npm run reset
: Clean and install anew.
You may use any other package of your choice to enrich your development experience, but please read your assigned assessment test's README.md as it will have extra instructions.
Once finished, issue a pull request to our repo's main branch so we can review your solution.
- Clean, formatted, readable, KISS, DRY code
- Typescript implementation
- Commits structures and information
- Componentization and reusability
- State management
- API implementation
- UI-Logic detachment
- Error handling
- Design responsiveness
- Coding in accordance with industry best practices
- UX patterns