Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucywho/nottwitter
https://github.com/lucywho/nottwitter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucywho/nottwitter
- Owner: lucywho
- Created: 2022-06-01T08:26:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T09:33:59.000Z (12 months ago)
- Last Synced: 2024-02-14T10:36:47.991Z (12 months ago)
- Language: JavaScript
- Homepage: https://not-twitter-lucywho.vercel.app/
- Size: 865 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## notTwitter Twitter clone
From a [tutorial](https://github.com/flaviocopes/bootcamp-2022-week-9-twitter-clone) by [Flavio Copes](https://github.com/flaviocopes)
### Personal additions
- displays default image where none is stored in database
- displays default username ("anonymous") where none is stored in database
- checks if a username is already in use when a new user sets their name
- displays custom message on profile page if user has no "tweets"
- return home button on all other pages
- sign out option on home page
- styling![image](public/notTwitterWelcome.png)
![image](public/notTwitter.png)