Mailing List
This is a Pelcro Inc. technical assessment using ReactJS alongside the Loqate API to create a mailing list form capable of displaying a dropdown list of locations from the given keyword. Upon selection of the address, the rest of the fields are then prefilled accordingly.
How to install
- Download the project from this repository.
- Extract the project anywhere.
- Open the folder and
right-click
in the project directory. - Depending on the windows version you are on (10 or 11):
- Windows 10:
- Click on the address bar.
- while it is highlighted, type
cmd
. - press
enter
.
- Windows 11:
right-click
in the project directory.- select
Open in terminal
.
- Windows 10:
- Type in the command
npm i
ornpm install
to install the node modules. - Wait for it to install then type
npm start
and wait for the webpage to open
Built With
- ReactJS - The ReactJS Framework used
- React-Loqate - The NPM package used
- Loqate - The official Loqate website
Acknowledgments
- Outdated Loqate Guide - Used to get an idea of how the 'react-loqate' package should be implemented