Git Product home page Git Product logo

nastabulak.github.io's Introduction

Front-camp3


to run locally you need to copy folder

and install all dependencies inside it

$ npm install

than run production mode

$ npm run build you can see the app at http://localhost:5000

or run development mode $ npm run build and the app will be opened at http://localhost:8080 with HMR.

  • Click "Show News" button and you will see the available channels to get news.
  • Choose the channels you're interested in.
  • Press "Get your news" button.
  • You will see the articles below the form.

Task №1 [ES2015 Part 1]


The task is to create an application that uses newsapi, which will run purely on the client-side and provide the user possibility to select some news channel where he wants to get news.
ES6 feature that used in the application:
  • promises;
  • fetch;
  • modules;
  • default parameters
  • template literals
  • multi-line strings
  • destructuring assignment
  • arrow functions
  • classes
  • let as variable declaration
  • async/await

Task №2 [ES2015/Babel Part 2]


The task is to use babel and make the application to work in IE10, write a custom babel plugin.

Task №3 [Webpack]


The task is to use webpack and configure the bundler for development and production mode and write custom chainable loader for removing number attributes from source.

Task №4 [Design Patterns]


The task is to implement creational, structural, behavioral patterns and use custom Redux.
The following patterns are used:
  • Singleton;

  • Prototype (constructor);

  • LazyLoading

  • Facade (service);

  • Front Controller;

  • Flux;

  • Action;

  • State;

Task №5 [Mongo DB] Part 1


The task is to practice quiries and indexes in MongoDB. Please see results

nastabulak.github.io's People

Contributors

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