This is an app that displays popular tourist locations in Niagara and London Ontario. This is an app i built to sharpen my knowledge of Material-UI v5 and i had a lot of fun creating the mock content as well.
For development, you will need node
and npm
installed on your local machine.
In terminal or command prompt,
git clone https://github.com/junior231/Tour_Guide_App.git
cd PROJECT directory
Use the package manager npm or yarn to install dependencies.
npm install
or
yarn add
After installing the dependencies, to start server:
npm run start
Open http://localhost:3000 with your browser to see the result.
- React
- Material UI v5
- React-Redux (an overkill for such a little project but helpful for app-wide state management)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.