Create a one page application following the LO-FIs given in this assignment.
We suggest to use create-react-app typescript for your setup.
LO-FI
Remember these are LO-FI and should only be treated as such.
Spec
These are the only functional requirements for your implementation:
Navigation
- Click on burger icon shows menu
- Click on back shows register card form
Inputs
- Credit card field is any number
- CVC is any number
- Expires is any valid date
Submit
- You cannot submit until input fields
- When submitting then console log the input values
Commits
Please commit frequently to communicate your thoughts while working on this assignment.
What is valued
- Tests
- Clean Code
- State Management
- Design (Responsive)
Duration
Use roughly 3 hours on this assignment. You are only expected to do work on this assignment that matches the skill level of the role you are applying for, but you are welcome to do as much as you like. You are not necessarily expected to do everything in this assignment because of the short time duration of the assignment.
Tools
You are encouraged to use anything you can find on the internet except from other people's solution to this assignment.
Tech
You need to use at least these:
- React
- Typescript