App that will allow you to book a room for your holiday.
| landing page | reservation system |
|---|---|
I created this app to improve my React skills.
Project is created with:
- React.js
- TypeScript
- HTML5
- SCSS
- Node.js
- Express.js
To run this project, install it locally using npm:
$ cd front
$ npm install
$ npm start
and then run backend:
$ cd ../backend/src
$ node install
$ node app.js