Coding Test Vue Developer
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.