- Price quotes create from new data and old data, who come from server
- Added ability delete/add quotes (from deleted quotes)
- Added ability show/hide quotes
- All quotes storage in locale storage
- Implemented vizual changes for quotes
- Added change interval ability
- Open a new bash shell
- cd server
- npm install or yarn install
- npm run start or yarn start
- Open a new bash shell
- cd client
- npm install or yarn install
- npm start or yarn start