Skip to content

Asp.Net + Angular based Web app to hold a list of daily chores.

Notifications You must be signed in to change notification settings

ali-tunahan/ChoreChartWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues LinkedIn


A Chore Chart Web Application

A web app to keep track of daily chores

· Report Bug ·

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

The project is a very simple web application that keeps track of daily chores that also has some business rules. I used asp.net for the backend and built a WebAPI. I used various frameworks too listed below.

(back to top)

Built With

  • Angular
  • Bootstrap
  • .Net

(back to top)

Getting Started

Prerequisites

Angular cli and nodeJS is needed to run the project.

  1. Download Node.js Installer from node-url

  2. Install Node.js and NPM

  3. Run the command below in cmd to install Angular cli

  • npm

    npm install -g @angular/cli

Installation

  1. Clone the repo

    git clone https://github.com/ali-tunahan/ChoreChartWebApp.git
  2. Run the SQLQuery.sql query to create a database (I used SQL Server Express)

  3. Insert the location of the database to Backend\DataAccess\Concrete\EntityFramework\ToDoListContext.cs

  4. Run the WebAPI (I used visual studio to build the backend so you can open the back end folder with vs and just run it)

  5. Run the frontend by running the command below in cmd at the frontend folder

    ng serve

(back to top)

Usage

Navigate through pages with the navigation bar above.

In chores page press the + icon to add a chore. You can use filtering options to filter listed chores. You can edit delete or set a chore as finished using the buttons under options.

(back to top)

Contact

Ali Tunahan Işık - LinkedIn

Project Link: https://github.com/ali-tunahan/ChoreChartWebApp

(back to top)

Acknowledgments

These resources helped me to learn .Net and Angular for this project

(back to top)

About

Asp.Net + Angular based Web app to hold a list of daily chores.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published