e-Planner is an application which allows users to keep track of their upcoming, overdue, and completed tasks. Users are able to enter new tasks, with a title, a description, and a due date. Theses tasks can then be marked completed, or deleted by the user.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command in both the "client" folder as well as the "server" folder. - Start the web server using the
npm start
command while in the "server" folder. You will also need to start the client by navigating to the "client" folder and running thenpm start
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.