Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 703 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 703 Bytes

starlord-player

Full JS project

See live demo

https://andonary.github.io/starlord-player/

Run only core domain

node ./index.js

Run React Application

npm i
npm run start

History of project

This project's aim is to apply lessons in my own way of this course:

https://www.linkedin.com/learning-login/share?forceAccount=false&redirect=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fjavascript-la-programmation-orientee-objet%3Ftrk%3Dshare_ent_url%26shareId%3DO41N8Zd9RiuwlYG6eeVhDQ%253D%253D

This course was speaking about JS OOP in ES5 then ES6. This project's core domain use only ES5 mechanics.

The React's app part is a fun application with simple tailwindcss page.