coding-allies / projects-platform-frontend

She's Coding Projects collaboration platform for womxn in tech.
http://projects.shescoding.org/#/
MIT License
9 stars 59 forks source link

API call for Add Project #37

Open nurmerey opened 4 years ago

nurmerey commented 4 years ago

Approx steps:

 getProjectInfo() {
    1. grab all the values from inputs
    Ex: add-project-form.select-experience-level.value
    2. put those values into json
    3. call the API
    4. wait for response - activity indicator to the user
    5. redirect to projects - it will pull all new projects
  }