Table of Contents
Jappuri is a full stack web app that aims to teach tourists about proper etiquette customs when visiting Japan. This is the repository for the frontend of the web app. For full functionality, use with the backend is required.
The project is deployed at Jappuri.app.
- Login/Sign-up with both Firebase and backend authentication
- Search bar with location type filtering
- Interactable Google Maps component
- Place component showing photos, general information and etiquette rules
- Ability to share one's experiences
- Ability to give helpfulness ratings to experiences
- Ability to check, edit, and delete one's experiences via the user dashboard
To get a local copy up and running follow the steps below.
Acquire the latest version of npm
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Team-Strawberry-CC36/frontend.git
- Install NPM packages
npm install
- Create and input your backend URL in a
.env
VITE_BACKEND_URL='ENTER YOUR API';
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin Team-Strawberry-CC36/frontend git remote -v # confirm the changes
- Run the project
npm run dev
- Implement establishment owner features
- Reply feature to experiences
- Additional location types
See the open issues for a full list of proposed features (and known issues).
If you have any suggestions that could improve this project, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request