04-cinema-portal

Simple educational app for practising React.js fundamentals

Cinema app

The goal

Implement all TODOs in the code, so it's possible to buy tickets, proceed to checkout and pay.

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