Skip to content

adrianaberm/UI-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IU Test

This project was specially made for a test, as requested in: This repository.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Clone this repository. Two branches were created for this project. Both are merged in Master branch.

Installing

Use npm install to download all the dependencies.

npm install / yarn

Development

Use gulp to start the development server.

gulp

If you are not in the mood to install any dependency, just go ahead and check the coplied files. You can find them under dist/index.html

__

Templates

The templates and components are made with Pug and there are located in src/snippets, you can get more information in its page: https://pugjs.org/

Styles

A prefix "rt-" (stands for: Rule of Thumb ) was used for the clases, as well as BEM methodology for naming conventions. SCSS was the chosen one as the precompiler, this source files can be found under src/scss.

BONUS: Dynamic styleguide included

i have included an special living styleguide, where you will find all definitions, styles, and code examples for: Color variables, breakpoints, fonts, typography, default buttons, components and structures... specially made for this project. Go ahead and check:

dist/styleguide/index.html

Javascript

A single JS file was created depending on its own component. A compiled version can be found in: dist/static/js/main.js

Built With

Acknowledgments

  • Will improve this code in the future. More time needed :(.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published