This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Name of your app: Breadcrumbs News Aggregator | |
| Link to live static version:https://breadcrumbs.now.sh/ | |
| Link to repo on GitHub:https://github.com/thinkful-ei-gecko/BreadCrumbs-Client | |
| https://github.com/thinkful-ei-gecko/BreadCrumbs-Server | |
| Talked to my family members theytold the app is intersting and told to add differnt categories. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | News Aggregator | |
| Information > All | |
| Fast evaluation | |
| Blurb | |
| Source | |
| Author | |
| Launch full article in new tab | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | When you're done, copy/paste your headline, bio, and the text for your projects into a Gist and submit the link below. | |
| HeadLine | |
| Bio | |
| I'm a Full stack Web Developer based in Philadelphia area. | |
| I love to develop simple, clean, responsive Websites. | |
| Projects | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | How are the syntaxes async and await useful when writing JavaScript code? | |
| The async function declaration defines an asynchronous function, which returns an AsyncFunction object. | |
| An asynchronous function is a function which operates asynchronously via the event loop, using an implicit | |
| Promise to return its result. But the syntax and structure of your code using async functions is much more | |
| like using standard synchronous functions. | |
| An async function can contain an await expression that pauses the execution of the async function and waits for | |
| the passed Promise's resolution, | |
| and then resumes the async function's execution and evaluates as the resolved value. | |
| Remember, the await keyword is only valid inside async functions. If you use it outside of an async function's body, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Write a statement describing your project idea and the name for your app. | |
| NAme of App: HAbit Tracker | |
| The can be used to track your habits daily. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Which database tables are created in the migrations? | |
| word,language,user | |
| What are the endpoints for user registration, login and refresh? | |
| registration POST/api/user | |
| login - POST/api/auth | |
| What endpoints have been implemented in the language router? | |
| GET /api/language | |
| Which endpoints need implementing in the language router? | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Designing Layout | |
| Building Your portfolio | |
| Basics of typography and color | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Visit the meetup.com API docs found here: https://www.meetup.com/meetup_api/. Answer the following questions: | |
| Does this API require authentication? | |
| Does this API support CORS? | |
| Find the events search endpoint documentation. Describe in detail the response format of the events search endpoint. | |
| What are the limitations placed on the number of requests that can be made? | |
| List the errors that you can expect when making calls to this API. | 
NewerOlder