Give us a chance to see your beautiful code! π€©
How to get started:
- Fork this repository
- Use Nx to generate a small application with Angular + NestJS
- Setup Ant Design for Angular
- Create a sign up application that utilize the components from the UI framework
- Describe your design decisions and setup instructions in the README.md of the forked repository
The application should be able to do 3 things:
- Enable users to sign up via a form (
firstName
,lastName
, andemail
) - Only allow users to sign up once (based on
email
) - Show a list of users who signed up
There are no other requirements than that β take a look at the Wireframes for inspiration.
If you have any questions feel free to reach out to jobs@shieldapp.ai
- Should I use a real database like Postgres to store the information or can I simply store it in a variable?
- It's perfectly fine if you use a variable π Please add a
docker-compose.yml
file in case you decide to use a database like Postgres
- It's perfectly fine if you use a variable π Please add a
- How long should it take me to complete the assignment?
- It should take you less than 8 hours but it depends on your Typescript wizard magic skills πͺ
- What about tests?
As it was the first Angular & Nestjs app, the most attenction was for functionality and learning but not design βοΈ