amazon-clone is a small application based on Amazon using React. The products are very limited just to show the functionality.
For just using the application, there is no installation required. The application url is '...'. For the local setup of this application, there are a few npm modules that are required (react, react-scripts, react-dom, etc.). Once the repository is cloned, typing 'npm install' at the command prompt will install all of the required modules. Once the user clones and runs the program, the application will open in a browser window. Here are the steps to run in development mode: git clone https://github.com/AllAroundD/amazon-clone.git && cd amazon-clone && npm install. There is Firebase and Swipe setup to be documented...
A browser tab or window opens to 'http://localhost:3000/' To run local production mode, type 'npm start', then open a browser tab and go to 'http://localhost:5000'.
For just using the application, the application url '' is where the application resides. If installing locally, see the installation steps above to install and then run the application to open a browser window/tab.
Here is an example of the site in action:
No formal tests documented. The usage demo gif above shows some of the tests that were performed.
-If you have any questions, please contact me at [email protected].