https://github.com/githubkieran/message-platform
https://github.com/githubkieran/message-platform
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubkieran/message-platform
- Owner: githubkieran
- Created: 2024-08-10T15:55:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T19:59:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T06:29:29.267Z (over 1 year ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messaging Application.
This repo was created to practice full-stack skills.
## About repo.
This application utilises JavaScript packages accross the stack.
Frontend:
- React.js
Backend:
- Express.js
- SQLite
Package Manager
- Node.js
## About app.
This application allows users to post comments to a website anonymously and automatically
removes them after a certain amount of time has passed.
Each comment has a timestamp.
## Future developments
- Sign in/up feature
- Allow comment to be edited
### Bug fiixes
- Auto-delete not working **FIXED**
Error was pertaining to how the backend was perceiving the date format.