BirkBee / outivities-app

https://outivities-app.vercel.app
6 stars 4 forks source link

US3 – Create new Outivity #3

Closed Julia-Pickel closed 9 months ago

Julia-Pickel commented 11 months ago

Value proposition

As an outdoor enthusiast I want to be able to add new activities myself so that I can share my own experience through this App.

Description

Image

Acceptance criteria

Tasks

onemanwenttomow commented 11 months ago

Create a save button that stores the typed in data in the local storage

Is the rest of your data already in local storage? If not i would just add it to the state of your app for now and make user storage a separate user story.

Julia-Pickel commented 11 months ago

Thanks Pete for your advice!

That's a very good point. We changed our task according to your feedback and we will use the useState-method for now.