Skip to content

Chore chart application built with Create React App

Notifications You must be signed in to change notification settings

w-a-t-s-o-n/chore-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Run the following commands:

npm install
npm start

This will install dependencies, then start the app and mock API.

Starter Project Overview

This project was bootstrapped with Create React App.

I made the following enhancements:

  1. Added mock API using json-server and configured npm start to run the app and mock API at the same time. See Building Applications with React and Flux for details on how to set this up from scratch.
  2. Added some React components to help us get started.
  3. Added App.css with basic styles
  4. Added some images to /public.
  5. Added functions for fetching data in /src/services.

About

Chore chart application built with Create React App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published