Skip to content

A mini replica of twitter built using react, react hooks, bootstrap, and font awesome

Notifications You must be signed in to change notification settings

buihdk/mini-twitter

Repository files navigation

Mini Twitter

Author: Khoa Bui

Checklist:

  • Replace class components with functional components and hooks.
  • Add unit tests for all components (yarn test --coverage --runInBand --watchAll to run).
  • Add .env with absolute imports.
  • Add a toggle to switch between snow and rain animations.
  • Added bootstrap and fontawesome for styling.
  • Added user avatars and “time ago” to tweets.
  • Added background image and snow animation.
  • Added alert animations for when a Tweet is tweeted, deleted, or re-tweeted.

Demo

https://buihdk.github.io/mini-twitter/

License

© Khoa Bui 2019

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.