"iFunded - Code Challenge" is a project built as part of the hiring process at the iFunded company. The project brief required that I developed a simple web app using Vue.js where the user could see a list of the users, add new users and edit their first/last name + email.
My proposal involves creating a CRM platform to aggregate and manipulate the service<>user relationship.
To achieve this result, I started with the User Experience aspects of the interface, then moved into the User Interface details and lastly into Frontend Development. To gain time, I have made use of Vue CLI to quickly scaffold the project. The modals and snackers have all been created with pure Vanilla Javascript and Vue.js state manipulation.
I deliberately made the decision of not using any styling library and wrote the SASS/CSS code by myself.
It was my intention to use Vuex to manipulate the global source of data given the fact that I am working with a REST API and keeping the data-lifecycle legible becomes much easier when data-manipulation is modularised. Vue Router was left outside given the fact that the project brief only requires one page and the state does not need to be persisted across multiple routes.
See the Live Demo for this project here.
Clone with SSH
git clone [email protected]:iorrah/ifunded.git
Setup the project
npm install
Compiles and hot-reloads for development
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint