Created by Megan Wade
Elevator Ride is deployed using Netlify and can be found here.
If you'd prefer to install locally, please follow the directions below:
Clone the repository.
From the command line (in the root of the project), run:
npm install
This will install all necessary packages. Then, run the following in order to open the project in the browser:
npm start
From the command line (in the root of the project), run:
npm test
This web app mimics an elevator ride, complete with elevator music. The user can select their floor and will be notified once they reach their destination. The user is also free to select a new floor after the ride has already begun.
- ReactJS
- HTML
- CSS
- Jest