Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 814 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 814 Bytes

06-cinema-portal

Simple educational app for practising React.js fundamentals

Cinema app

The goal

Implement all TODOs in the code.

  • User should be able to buy tickets only if he/she is logged
  • Logged user can see all orders

Practise & learn

Fork & clone it on your machine, then in the project directory:

npm install # takes some time to complete
npm start
npm test

Useful resources