0% found this document useful (0 votes)
21 views1 page

Coding Test Vue Developer

This document outlines a coding test for a Vue developer position. The candidate is asked to build a store section for an e-commerce platform, including user account management and product CRUD functionality. They should model the requirements, build the app with Vue CLI, implement the necessary views, and use a data storage method like Firestore or temp variables. The work should be submitted as a PDF and GitHub repo within 24 hours.

Uploaded by

Florian kom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Coding Test Vue Developer

This document outlines a coding test for a Vue developer position. The candidate is asked to build a store section for an e-commerce platform, including user account management and product CRUD functionality. They should model the requirements, build the app with Vue CLI, implement the necessary views, and use a data storage method like Firestore or temp variables. The work should be submitted as a PDF and GitHub repo within 24 hours.

Uploaded by

Florian kom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Coding Test Vue Developer

Intro:
Bridge Africa is a company that help businesses to create their digital identities. Doing so,
the company created a platform www.bridgeafrica.com where people can expose their products.
The platform has a store section that needs to be build:
This links is an example of a store that we need to build:
https://business.bridgeafrica.info/business-owner-marketplace-add_edit.php
A person can:
➢ Login,
➢ Logout
➢ Sign in
➢ Make CRUD operations on products
To Do:

1- Create an MVC Model of a user account and product management from the requirements
cited above. (Can use any graphic model of your choice. UML sequence diagram for
example)
2- Create new Vue project using CLI (Command Line Interface)
3- Implement the views for the following functionalities using VUEJS:
➢ User account management (Login, logout, Sign in)
➢ Products management (Create, View, List all, Update, Delete)
4- Products dispositions should be close to the one of the examples in the Intro. (Link URL)
5- If you know how to use FireStore from Google, you can use it for storing data. Other case
you should create temporary variables to store the data.

NB:
➢ You are free to use any Vue extension for development (VUEX, Vue Router, Vuetify ….).
Expectations:
1- PDF file containing the MVC model of the system
2- Share you code on GitHub as a public project and share with us the link for cloning the
project.
3- You code should work in our testing production environment.
Time Line:
From the time you receive this test you have 24h to submit the pdf file and the code link.

You might also like