An open API service indexing awesome lists of open source software.

https://github.com/githubkieran/message-platform


https://github.com/githubkieran/message-platform

Last synced: about 1 year ago
JSON representation

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.