2020-09-29 22:09:04 +02:00

1.7 KiB

id, title, challengeType, forumTopicId
id title challengeType forumTopicId
bd7158d8c443eddfaeb5bdff Build a Nightlife Coordination App 4 302351

Description

Objective: Build a full stack JavaScript app that is functionally similar to this: https://yoyo44.herokuapp.com/. Here are the specific user stories you should implement for this project: User Story: As an unauthenticated user, I can view all bars in my area. User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight. User Story: As an authenticated user, I can remove myself from a bar if I no longer want to go there. User Story: As an unauthenticated user, when I login I should not have to search again. Hint: Try using the Yelp API to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app. Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button. You can get feedback on your project by sharing it on the freeCodeCamp forum.

Instructions

Tests

tests: []

Challenge Seed

Solution

// solution required