Skip to content
forked from BK2175/Focus

Our final project of the C# coding bootcamp. This is a Single Page App with API backend.

Notifications You must be signed in to change notification settings

Codycoder/Focus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focus

Many small business owners, particularly those with businesses that have become successful without an official model, struggle to prioritize and delegate the various actions that allow a business to be maintenanced regularly and draw new clients.

Focus is a Single Page app designed to help small business owners organize their responsibilities into departments of actions and then actions themselves.

The user will able to create, read, add, edit and delete actions, as well as to check off checklist items. This app will help the small business owner to eliminate distractions, group all daily and longer term objectives in one place, and allow tracking for all actions.

The backend solution of this application can be opened and run in Visual Studio, and then simultaneously the frontend code can be opened in Visual Studio Code and "yarn start" entered into the VS Code terminal. The browser window will display the interface which will then be connected to the backend api. Actions can then be created, updated, and deleted. The various endpoints can be viewed.

Necessary libraries to be installed into the VS Code terminal include "Yarn add moment" (for the time stamp function) and "Yarn add confetti-js --save" (for the confetti visual effect when user clicks checkbox to complete an action).

About

Our final project of the C# coding bootcamp. This is a Single Page App with API backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 67.6%
  • JavaScript 27.9%
  • CSS 4.1%
  • HTML 0.4%