Skip to content

IEdiong/tublian-frontend-challenge

Repository files navigation

Tublian Customer Onboarding Application

As a member of the TublianX web development team, I my task was to develop a new customer onboarding application. The team's designer provided the Figma design.

Table of Contents

Design Cover

Requirements

  • Tech Stack Selection: Choose your preferred tech stack. Options include Next.js, Angular, React, among others.
  • Design Pattern: Your frontend code must adhere to the MVVM (Model, View, ViewModel) pattern.
  • Style Guide: Use the css properties provided by Figma design.
  • Code Hosting and Open-Sourcing: Host your project on GitHub and make it open-source.
  • Submission: Once completed, submit your GitHub repository link.

Bonus Task:

Integrate the application with Stripe and develop the necessary backend API.

Tech Stack

Purpose Stack
Frontend Angular 16
Styling TailwindCSS
Deployment Netlify
Version Control Git, GitHub

Run Locally

Prerequisites

List any prerequisites or dependencies that need to be installed before running the application. For example:

Clone the project

  git clone https://github.com/IEdiong/tublian-frontend-challenge.git

  or
  # For SSH
  git clone git@github.com:IEdiong/tublian-frontend-challenge.git

Go to the project directory

  cd tublian-frontend-challenge

Install dependencies

  npm install

Start the server

  npm run start