Coders-Living-Instant-Work-Journal / coders-living-instant-journal-client

A CLI based work journal, allowing coders to take quick notes from the terminal, and automatically sending scheduled e-mails containing notes from the configured time period.
MIT License
0 stars 0 forks source link

Dev #38

Closed kyllo34 closed 4 years ago

kyllo34 commented 4 years ago

Created prompt based CLI interface utilizing Inquirer Initial greeting brings up a signup, signin, and exit prompt The signup prompt leads to prompts for an email address, name, and password When signing up for the first time user password is encrypted The user object is constructed and ready to be sent to the server Modified readme and added github actions file