Skip to content

darienmiller88/Task-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple task scheduler for a client.

Landing page to view upcoming reminders

home-page

Page to post reminders to the server.

set-reminder-page

Single occuring reminder page on mobile.

task scheduler mobile 2

Reoccuring reminder page on mobile.

task scheduler mobile

Description

Full stack chat application built using Golang and MongoDB in the backend, and React in the frontend. This is an app for a client requiring a personalized task scheduler for their everyday use. Features I aim to add include:

  • JWT + Google OAuth2 authentication.
  • Text reminders using the Twilio API

There's more to come!

Built With

Check it out here!:

https://thetaskscheduler.netlify.app/

Getting Started

Installation

Requirements

  • Clone the repository using git clone https://github.com/darienmiller88/Task-Scheduler
  • Migrate the necessary information to your local .env as described in the .env_sample file
  • Run go build to create a root level task_scheduler.exe file, and then run .\task_scheduler to run the executable. If an executable is not needed, simply input go run main.go instead, or .\fresh to enable a server restart on change.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Feel free to leave suggestions as well, I'm always looking for ways to improve!

(back to top)

License

MIT