GithubHelp home page GithubHelp logo

ben-2 / vault-front-homework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ledgerhq/vault-front-homework

0.0 0.0 0.0 19 KB

Homework exercise

JavaScript 1.74% Python 34.27% TypeScript 49.64% CSS 1.76% HTML 7.74% Dockerfile 4.85%

vault-front-homework's Introduction

vault-front-homework

Objectives

The main goal of the homework is to build a simple interface to search accross a list of notifications.

1618934366 1618934381 1618934372

You will be provided with a backend with a search endpoint that handles the server part. โš ๏ธ There is a bug in the search code that you will have to fix ๐Ÿ˜

The current frontend is very minimal (and/or ugly) and you will be welcomed to:

  • develop a nice UI/UX experience. Mockups in this document just give a rough indications of what are the features of the application. Feel free to implement any layout you find pretty and that offers the best UX experience
  • create any components you would need and feel free to restructure the files architecture
  • โš ๏ธ we intentionnally put some bugs/problems in the code, happy debugging ๐Ÿฅณ
  • add code quality tools (linting, formatting)
  • ๐ŸŽ bonus a github action to run those tools
  • ๐ŸŽ bonus anything cool you have in mind

Getting started

  • fork and clone this repository
  • complete the homework
  • add as many commits as you want
  • push your work on your fork
  • the deliverable will be your fork URL ๐Ÿš€

We hope you will enjoy the challenge ๐Ÿ’ช

Launch the backend

# build the server image
$ docker build -t vault-front-homework:latest server

# run the server image
$ docker run -p 5000:5000 vault-front-homework:latest

Launch the frontend

# install dependencies
pnpm install

# run the dev server
pnpm dev

vault-front-homework's People

Contributors

meriadec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.