Code Monkey home page Code Monkey logo

trendmicro-intern-test's Introduction

FED Interview Test for Interns

  • ES6, Babel and Webpack4
  • BEM naming with SCSS
  • EsLint extends Airbnb style guide
  • Hot Reloading

Requirements

  • node ^5.0.0
  • yarn ^0.23.0 or npm ^3.0.0

Getting Started

  1. Start running the code.
    cd fed-intern-test/
    npm install
    npm start
    
  2. My App is now running at http://localhost:3000

Building

npm run build

The static file will present in the dist folder.

Project Structure

.
├── dist                     # All build-related code
├── js                       
│   └── app.js               # Application entry point
├── styles                   
│   │── abstracts        
│   │    └── _variables.scss
│   │── base        
│   │    └── base.scss
│   │── components        
│   │    │── _buttons.scss
│   │    │── _forms.scss
│   │    │── _inputs.scss
│   │    │── _list-group.scss
│   │    └── _radio-buttons.scss
│   │── pages        
│   │    └── _index.scss
│   │── vendors        
│   │    └── _reset.scss
│   └── app.scss              # Application-wide styles
│── .babelrc                  # Babel config
│── .editorconfig             # Editor preference config
│── .eslintrc                 # EsLint config
│── .gitignore                
│── .prettierrc               # Prettier config
│── index.html                # Main HTML page container for application
│── package.json              
└── webpack.config            # Webpack config

Features

  1. Add a record
  2. Form validation
  3. Pagination
  4. delete a record
  5. RWD layout

trendmicro-intern-test's People

Contributors

xinhe998 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.