This is a test to validate the knowledge of the candidates for the position of developer at Estudio Cactus
- React
- NextJS
- Firebase
- Tailwindcss
In this case the test consists of creating a 3d room configurator. In the following link you can see an example of how the configurator should look like: https://app.estudiocactus.com/visualizer.mp4
Following you have a detailed layout of the data needed to pass the test:
Coordinates to draw the points over the base image:
.
└── firestore(/)
└── points (collection)
List of all materials (TIP: You have to think about the right query to get all the materials for a specific point -> Firestore allows array-contains queries)
.
└── firestore(/)
└── materials (collection)
The credentials for the Firebase connection:
{
apiKey: 'AIzaSyC_JwpXS4uj9sRRDrbFAtalE1QulNTmKnw',
authDomain: 'visualizer-new-devs-test.firebaseapp.com',
projectId: 'visualizer-new-devs-test',
storageBucket: 'visualizer-new-devs-test.appspot.com',
messagingSenderId: '702664185241',
appId: '1:702664185241:web:580752c50d570d0c89ef08'
}
- Use ESlint and Prettier
- Use TypeScript
- Code should be completely in english ( filenames, variables)
IMPORTANT: We won't accept code with harcoded databaes values (e.g. document id's to make comparisons, url's for background images etc)
- Create a new Next.js project
- Make at least 1 first commit with the original code, to see the init hour.
- Make individiual commits for each block you create. The last commit marks the end.
- Send us a link to your repo.
- Deploy your repo to vercel.
- Send us a link to the deployed project.
- Simplicity of the solution
- Organization and clean code
- Decisions about client/server rendering
- Cache management
- Mobile first & RWD
- Git usage
- Web Performance Optimization
- Technical knowledge
- Layout knowledge (HTML5 y CSS3)