React.js 18
Node.js ^16.10
. Need to change your version?- Firebase (database, auth, hosting, and storage).
We are using "yarn" instead of "npm" in this project.
- Install yarn.
npm install -g yarn
- Install all node modules.
yarn install
- Boot up the server.
yarn start
- Go to the official Firebase website and set up a project.
- Enable Firebase Hosting by going into the hosting section under Build dropdown.
- Inside your repo run the following commands (one at a time):
npm install -g firebase-tools
firebase login
firebase init
yarn build
(remember to always build before deploying your code to production).firebase deploy
- If you run into trouble take a look at: https://www.geeksforgeeks.org/how-to-deploy-react-project-on-firebase/
- Go to the official Firebase website and set up a project.
- Enable Firebase Firestore and Firestore Authentication.
- Make sure to enable google authentication in the settings.
- If you used
yarn
to install all dependencies, you shouldn't need to install anything else. - Change the name of the '.env.local.example' file to '.env.local' and write your api key and other information (can be found in the settings of your project on the firebase website).
- You can import the 'Login' component on the page you want the user to log in. At the moment the logic is set up to support authorization with Google. If you want to add others (email, username and password, github) You will have to implement this on your own.
- Clicking on the "Continue with Google" button should open a pop-up that logs you in. If this doesn't work, check your firebase keys and if you have google authentication enabled. Once you are logged in, it will automatically update the state in the 'authSlice' reducer with your information (display name, email and access token). If you need any of these, you can get them with a useSelector hook in the component where you need them.
- You can check if the user is signed in by checking the state of the 'authSlice'. If user is false (empty), the user isn't signed in.
- You are free to style the buttons or the login component as you see fit. You can (probably a good idea) move the log out button somewhere else. As long as you import all the necessary things and don't change the function/logic, it should work.
The "redux" folder contains two example reducers with explanation on how they work and links to relevant documentation:
- Counter: Executes some simple sychronous logic.
- Users: Example of asynchronous reducers, it fetches dummy data about users and writes this data on the db (You need to have Firestore storage set up to make it work).
You can delete this examples if you wish to do so.
- You can adjust the folder structure if you have other preferances.
- You can use whichever CSS library you wish, or just plain CSS/SASS (preferably modules).
- You may modify the boilerplate (e.g. delete dummy text in App.js, the counter, the the logo.svg, etc.)
- V1 of this project is due in 4 weeks. Remeber to KISS (Keep It Simple, Stupid). You need to think of v1 as a conceptual boundary of constraints; anything outside those boundaries must be saved for a future version.
Go to the milestones tab to track your progress, it is important that when you complete an issue you mark it as closed.
Web-based, SaaS eCommerce app for managing a trampoline park online!
- You and your team will build the admin-facing section for managing rooms, packages, pricing, and more.
- You will also build the consumer-facing section, allowsing customers to book passes, food, and checkout with a credit card.
Replace me with the link to your app's URL
- Remus
- Keegan
- Gibson
- Brandon