Welcome to the Left-Right Training website, built using React. This website is designed to help improve your ability to distinguish between left and right directions. I created this project, because during my driving lessons, i kept confusing which direction is left and which is right, so when instructed to turn left, i turned right, this happend to me more than i would like to admit.
These instructions will guide you on how to run the project locally on your computer.
- Node.js and npm (or yarn) installed on your computer
- A web browser
- Run
npm install
oryarn
to install all the dependencies - Run
npm run start
oryarn run start
to run the project - The project will be avalible at
http://localhost:3000
unless that port is already occupied