Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 718 Bytes

File metadata and controls

28 lines (25 loc) · 718 Bytes

Rapid Todo React Website

Starting the server

npm run build
node server

Setting up React Router

https://medium.com/@patriciolpezjuri/using-create-react-app-with-react-router-express-js-8fa658bf892d

TODO:

  • Implement better data storage solution
  • Build simple react components
  • Host on AWS
  • setup mongo DB
  • delete from DB within react app
  • abstract DB credentials from app
  • add text box to submit new item
  • combine slack slash command and react app into one git directory

    Slack

  • Finish response implementation

    Email

  • Everything

    SMS

  • Receiving a message
  • Storing a message
  • Sending message WITH data from note/todo list