Project Match
  • Getting Started (Local Server)
  • How to: Make A New Feature
    • Front End Setup
    • React Component Setup
    • Back End Setup
  • API
  • Git Guide
  • Deployment
  • Style Guide
    • Form Styling
    • Text Styling
    • Button Styling
    • Dropdown Styling
  • Git Pull Request Guide
    • Writing a Pull Request
    • Reviewing a Pull Request
Powered by GitBook
On this page
  • Here is what we are aiming for:
  • Things that need to be done:

How to: Make A New Feature

This guide shows the front-end, back-end, and typescript code involved in making a new feature (registering a new user) within the Project Match tech stack.

Here is what we are aiming for:

  • Submit button in the react component hooked up to the register Redux action

  • New user data is saved in the database and gets returned and saved to Redux store

  • Upon action completion, the register page directs to the user settings page

Things that need to be done:

Front End Setup:

React Component Setup:

Back End Setup:

PreviousGetting Started (Local Server)NextFront End Setup

Last updated 7 years ago