This is a frontEnd application thats searches for drugs from a dataset provided
This is a clientside javascript application built React JS application.
Client Side
- TypeScript
- React JS
-
Install Node JS.
-
Clone the repository here
-
[cd] into the root of the project directory.
-
Run
pnpm install
on the terminal to install project dependecies -
Start the application:
Development
pnpm start
- Navigate to
http://localhost:3000
Client side tests - Run pnpm test
on the terminal while within the project root directory.
Client side testing is achieved through the use of the jest
package and react-testing library
.
For more details contact benfluleck@gmail.com
For any suggestions or contributions or issues please do raise them or email me. For Contributiions, Please clone the repo and implement a PR I would appreciate it
Still undergoing testing