https://github.com/moisestech/chirp-react
Chirp - public social messaging application built in ReactJS
https://github.com/moisestech/chirp-react
Last synced: 11 months ago
JSON representation
Chirp - public social messaging application built in ReactJS
- Host: GitHub
- URL: https://github.com/moisestech/chirp-react
- Owner: moisestech
- Created: 2020-08-31T00:11:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T20:34:37.000Z (over 5 years ago)
- Last Synced: 2025-04-09T19:58:05.460Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/chirp-messaging/deploys)
🔗 [chirp-messaging.netlify.com](https://chirp-messaging.netlify.app)
# Chirp

**Chirp - public social messaging application.**
## ⚙ Features
- React 17
- React Router v5
- React Hooks
- ES8
- PropTypes
- Light/Dark Theme
## 👁️🗨️ Project Preview
Coming Soon!
## 🗺 URL Tree
```bash
├── / #Home
├── /chirps #Chirps
├── /chirps/:chirpId #Chirp:ID
├── /addChirp #Add Chirp
└── /* #404
```
## 🌿 App tree
```bash
├── README.md
├── package.json
├── public
│ ├── Chirp_logo.png
│ └── _redirects
├── src
│ ├── components
│ │ ├── Feed
│ │ │ └── index.js
│ │ ├── Post
│ │ │ └── index.js
│ │ ├── Sidebar
│ │ │ └── index.js
│ │ ├── SidebarOption
│ │ │ └── index.js
│ │ ├── TweetBox
│ │ │ └── index.js
│ │ └── Widgets
│ │ └── index.js
│ ├── contexts
│ ├── hooks
│ ├── index.css
│ ├── index.html
│ ├── index.js
│ └── utils
└── webpack.config.js
```
## ⛰️ Roadmap
- More robust example of this app.
- Login / Signup
- New Tweet
- Like
- Retweet
- Comment
- View Profile
- Edit Profile
- Search by users, tags, people
## 📝 Todos
- Add Redux Toolkit
- Add Mobile View
- Create Authentication
- Add Favicon
- Add All Components