Do you like cars? I do. And one day I've been wondering how would vehicle configuration process look like. Those thoughts combined with my learning journey of React JS led to the development of that small project. Enjoy :)
To run the app you need to install Node.js v16.13 LTS or newer. You can download it here
First clone repository:
git clone https://github.com/yinchyy/react-dynamic-configurator.git
cd react-dynamic-configurator
Install dependencies and start application:
npm install
npm start
Running tests:
npm test
Browser will start automatically shortly after executing start command.