nataliehoang91 / Mini-Diary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoderSchool FTW - Mini-Diary

Created with love by: Anh, Vuong, and Huy

View online at: https://ftw-mini-diary.netlify.com/

One or two sentence summary of your project.

Video Walkthrough

Here's a walkthrough of implemented user stories.

To create a GIF, use LiceCap, RecordIt, or Loom, and link the image here in the markdown.

<img src='http://i.imgur.com/link/to/your/gif/file.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' />

User Stories

The following required functionalities are completed (this is a sample):

  • The user should be able to enter a message into a text field.
  • The user should be able to press "Tweet" and see the message pop in below the text box.
  • The user should see a "count" that displays how many more characters the user has remaining, counting down from 140.
  • Upon tweeting, the characters remaining text should reset back to 140, and the field should be cleared.
  • The application should disallow text of greater than 140 characters.
  • The user should be able to "Retweet". Clicking Retweet immediately inserts a copy of that tweet below the original tweet.
  • The user should be able to "Like". When "Like" is clicked, the text should change to "Unlike". When "Unlike" is clicked, the text should change to "Like". Alternatively, use a heart icon (colored or not colored).
  • When a "Liked" tweet is retweeted, the new tweet should not be liked.
  • Each tweet has an optional hashtag. The hashtag should be linked with an anchor tag.
  • The user should be able to delete a tweet.

The following optional features are implemented:

  • Download and upload the list of tweets using the myjson api, as shown in class.
  • Users can mention other users. Any string that starts with @username will be highlighted in blue.
  • The user can click on a hashtag, and only other tweets with that hashtag are shown.
  • When the user deletes a tweet, all retweets should be deleted.
  • Any tweet with an image URL will have the image automatically expanded in the tweet.

The following additional features are implemented:

  • Add a small log-in window.

Time Spent and Lessons Learned

Time spent: 24 hours spent in total.

Describe any challenges encountered while building the app.

License

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About


Languages

Language:JavaScript 94.2%Language:HTML 4.6%Language:CSS 1.1%