Skip to content

acasarsa/checkit-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckIt

This repo contains the source code and documentation for my capstone project at the Flatiron School.

Summary

A drag-and-drop enabled task organizer for children built with React frontend and a RESTful Rails API connection to PostgreSQL database. With children stuck at home during the pandemic, I created a web app that would help them keep their days organized and productive.

This project makes use of React Context API and Hooks to manage state

backend repo can be found here: https://github.com/acasarsa/checkit-api

project demo: https://www.youtube.com/watch?v=FJEMCSVV7qE

Prerequisites

  1. Git
  2. Node: any 13.x version starting with v13.9.2 or greater
  3. Nvm: See Nvm repo for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the CheckIt repo on your local machine

Installation

  1. cd checkit-front to go into the project root
  2. npm install to install the application's npm dependencies

Running locally

  1. Run backend server found here
  2. npm start will automatically run the app on port 3000 but if it is in use it will open on a free port.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published