NB: The Rails backend for this project can be found here
Get It OTC is a platform providing immuno-compromised individuals with access to over-the-counter medication at home.
A full video demo is available here
This project was created with:
- React.js
This project was bootstrapped with Create React App.
Get It OTC allows users to order medication from pharmacies. Users can:
- Sign up and sign in, to keep track of their own orders
- Edit personal information
- Browse the list of available pharmacies
- View and search through the list of available medicines
- Place an order for one or more medicine, with specific delivery date
- Select no contact option for order
- View active orders
To use Get It OTC locally, you will need Git and Node Package Manager installed. You will also need the backend to be running, which can be found here. After this, you will only need to clone this repo and launch the frontend to start. Additionally, if you would like to view the wireframe, you will need a drawio extension. These are easy to find by searching "drawio" in the VS Code Extensions Marketplace.
Clone this repository
$ git clone https://github.com/gbenga/get-it-otc-frontend
Go into the repository
$ cd get-it-otc-frontend
Open in your text editor
$ code .
Install dependencies
$ npm install
Launch
$ npm start
NB: When asked "Would you like to run the app on another port instead? (Y/n)" respond with "y"
The MIT License (MIT)
Copyright (c) 2020 Gbenga Ojo-Aromokudu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


