Giter Site home page Giter Site logo

habitissimo_1's Introduction

Frontend & Backend challenge Habitissimo

VanillaJS - Single Page Application The application is a Budget Request Form. As a peculiarity, it maintains the persistence of navigation and the state of the budget through a Storage that is also stored on the client side. A class has been created that allows multi-inheritance to make it easier to read and scalability.

In the validations section, two types of validations are executed. Validations on the client side, to validate the fields in the different steps that make up the process, not allowing advance in case of error, but it's possible to the return to a previous step. Server-side validations are done this way per challenge requirements.

ExpressJS - RestAPI RestAPI to serve the Budget Request Form. Some of the request of the challenge have been adapted to use with Client App. Instead of use 'categories' when was required in the document I've used 'subcategories, and other menor changes.

The rules of the challenge are handled throw middlewares to maintain a more readable and scalable code.

Getting started

With Docker-compose

  1. Clone this repository

  2. Run docker compose to install and deploy

docker-compose up
  1. To down the project:
docker-compose down --rmi all
forntend part is running on http://localhost:9000
backend part is running on http://localhost:3000

Usage

forntend part is running on http://localhost:9000
backend part is running on http://localhost:3000

Contributors

Fernando Repiso [email protected]

habitissimo_1's People

Contributors

frepiso avatar

Watchers

 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.