- Installed NodeJS (> v10.0) with NPM or Yarn
- Git
- A cup of ☕ or 🍵
We'd like you to use React, SCSS and bootstrap. On top of that, use whatever front-end libraries you feel comfortable with.
- Duplicate this repo. Please do not fork this repo!
- Run
npm install
andnpm start
- Open your browser at http://localhost:3000/
All items are not ordered and weighted! First, before coding, read all items carefully and weight those.
- We need a small webpage - just with a few nice cars.
- A tool your company used to work with tool can export a JSON file with all cars we offer.
- Our customers should pick one of our rental cars.
- But only marked cars are allowed to be rent.
- During holidays we will offer some very big discounts every year.
- We need a smooth nice animation for the menu.
- Right now we don´t need a reservation function. Prospective customers have to call your office.
We've provided a design (please refer ./media-package
) for hd screens (1920px). Don't worry about tackling smaller breakpoints, but please make sure your solution looks good at 375px in portrait orientation.
To startup the frontend client run the following command.
npm start
- This will start the application for developmentnpm run build
- Will create a production optimised buildnpm test
- Will run the front end tests
- Please commit all your changes to your own cloned repo
- Mark all your major changes with a message according to Conventional Changelog
- Send us an email with a link to your Github repo