Skip to content

alejeindrox/adevinta-frontend

Repository files navigation

Adevinta Frontend

Adevinta FrontEnd accordion without UX framework.

Getting Started

Prerequisites

Adevinta Frontend requires Node.js v6+ to run.

Installing

Clone repository:

$  git clone https://github.com/alejeindrox/adevinta-frontend.git adevinta
$ cd adevinta/

And install dependencies

$ npm install

Or using Yarn (preferable)

$ yarn

And it's ready to work.

Development Environment

Inside of the folder from project use:

$ npm dev

Or using Yarn

$ yarn dev

Open your browser and enter in https://localhost:3000/

Production Environment

In the production enviroment use the command:

$ npm prod

Or using Yarn

$ yarn prod

And now it's already compiled for deployment.

Test Environment

In the production enviroment use the command:

$ npm test

Or using Yarn

$ yarn test

And now it's already testing with Jest.

Resources

Brastlewark uses a number of open source projects to work properly:

  • Babel - It's a free open source JavaScript compiler, and a configurable transpiler used in web development.
  • ESLint - A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
  • Jest - It's a delightful JavaScript Testing Framework with a focus on simplicity.
  • SASS - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
  • Webpack - Group JavaScript files for use in a browser, but it is also capable of transforming, grouping or packaging almost any resource or asset.

And of course Adevinta Frontend itself is open source with a public repository on GitHub.

Details

  • GitHub Page: https://alejeindrox.github.io/adevinta-frontend.

  • When a new segment is added to the accordion, a form consisting of a title and a body must be filled to show both inputs are able to obtain values using HTML tags and display them in the accordion. An example is to enter the following tag inside the body:

<img src="https://ob9a8415roh4djoj110c31a1-wpengine.netdna-ssl.com/wp-content/uploads/2013/02/barcelona-aerial-view.jpg" alt="Barcelona" width="600" height="400">

Authors

License

This project is licensed under the MIT License.

About

Adevinta FrontEnd accordion without UX framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published