https://github.com/lethang7794/coderbook
https://github.com/lethang7794/coderbook
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lethang7794/coderbook
- Owner: lethang7794
- Created: 2021-03-09T12:15:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T05:20:52.000Z (about 4 years ago)
- Last Synced: 2025-01-20T06:42:39.614Z (4 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoderSchool FTW - _CoderBook_
Created with love by: `Thang`
Summary: This app is to test my abilities in full stack web development using the M.E.R.N. stack..
## User Stories
### The following **required** functionalities are completed:
#### Account:
- [x] User can create an account.
- [ ] User can see their account information on their account page.
- [ ] User can update their account.
- [ ] User can delete their account.#### Post:
- [x] User can create a post.
- [ ] User can see the post added to the list of posts after creating.
- [ ] User can add images to a post.
- [ ] User can edit their posts.
- [ ] User can delete their posts.#### Homepage/Profile page/Search bar:
- [x] User can see all posts on the homepage.
- [ ] User can see their posts on their profile page.
- [ ] User can search/filter posts using the search bar.#### Comment:
- [x] User can create a comment on a post.
- [ ] User can see the number of comments on a post increase after creating the comment.
- [ ] User can see all the comments on a particular post.
- [ ] User can delete their own comments.#### Reaction:
- [ ] User can create a reaction on a post
- [ ] User can delete a reaction on a post.### The following **optional** features are implemented:
- [ ] 🚀 User can register an account using Facebook/Google OAuth.
- [ ] 🚀 User can add more fields on account registration such as name, phone number, birthday, gender.
- [ ] 🚀 User can infinitely scroll posts.### The following **additional** features are implemented:
- [ ] 🚀🚀🚀 This awesome README.md
- [ ] 🚀🚀🚀 User can see who has liked/commented on the post.
- [ ] 🚀🚀🚀 User can see who reacted in what way via a pop modal.
- [ ] 🚀🚀🚀 User can focus the comment form of a post by clicking the "comment" button.
- [ ] 🚀🚀🚀 User can toggle comments on posts with many comments.## License
Copyright [2021] [Le Quang Thang]
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 athttp://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.