Skip to content

I made this project to share my current skills in js, html and css. Enjoy! :)

Notifications You must be signed in to change notification settings

waether-the-strm/my-frontend-showreel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dentsu recruitment tasks

Hello, I'm Jan and I made some work to present my frontend dev skills.

Inside you'll find the following tasks:

  • Task 1 – 📰📰📰 Layout
  • Task 2 – 👥👥👥 Duplicate array
  • Task 3 – 1️⃣3️⃣5️⃣ Remove even numbers from array
  • Task 4 – 🌐🌐🌐 Get data from endpoints
  • Task 5 – 🅰️🆚🅱️ Change file name with node.js
  • Task 6 – 🔲🔳🔲 Animate square with Vanilla JS (in progress…) 👷

Below you'll find instructions how to run this simple project.


Environment

To be able to run this app you'll need to have installed globally:

  1. node.js (v 10.15.1 LTS)
  2. yarn (v 1.13.0) dependency manager.
  3. parcel (v 1.11.0) package manager.

setup

  1. clone this repo.
  2. cd to repo main folder.
  3. run: yarn install. This will install the node modules and run dev server at http://localhost:1234/

scripts

  • yarn start: runs dev server at http://localhost:1234/
  • yarn prod: generates prod bundle
  • yarn file:create: creates ./example.json
  • yarn file:rename: renames ./example.json to ./sample.json

About

I made this project to share my current skills in js, html and css. Enjoy! :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published