Welcome to our code challenge from azeti GmbH, specifically for Frontend development, please accomplish the challenges you feel more comfortable with
This app was create using create-react-app
, and we select typescript
, which aligns with our frontend stack.
Here in azeti, we are interested in learning every day from each other, so this test is to prove that we can learn from you.
Here are some dependencies that we are familiar with, of course, this is optional, you can finish this test without them.
Using the base code and with best practices in mind, you will develop a profile page, if you want to be creative, you could build your own, if not then your goals:
- Inputs for user name and user email.
- Save button
- On save I should be able to receive a
console.log()
with my data - Avatar
- Mobile design
- Unit test (?)
- Validations (?)
Note: Points marked as (?) are optional
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!