https://github.com/buihdk/mini-twitter
A mini replica of twitter built using react, react hooks, bootstrap, and font awesome
https://github.com/buihdk/mini-twitter
animations bootstrap clsx font-awesome mini-twitter prop-types react-hooks responsive scss unit-tests
Last synced: 3 months ago
JSON representation
A mini replica of twitter built using react, react hooks, bootstrap, and font awesome
- Host: GitHub
- URL: https://github.com/buihdk/mini-twitter
- Owner: buihdk
- Created: 2018-07-22T20:32:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T15:11:20.000Z (over 3 years ago)
- Last Synced: 2025-01-28T03:24:04.782Z (over 1 year ago)
- Topics: animations, bootstrap, clsx, font-awesome, mini-twitter, prop-types, react-hooks, responsive, scss, unit-tests
- Language: JavaScript
- Homepage: https://www.buihdk.com/mini-twitter
- Size: 4.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Twitter
Author: **Khoa Bui**
## Checklist:
* [x] Replace class components with functional components and hooks.
* [x] Add unit tests for all components (`yarn test --coverage --runInBand --watchAll` to run).
* [x] Add `.env` with absolute imports.
* [x] Add a toggle to switch between snow and rain animations.
* [x] Added bootstrap and fontawesome for styling.
* [x] Added user avatars and “time ago” to tweets.
* [x] Added background image and snow animation.
* [x] 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.