This repo contains the source code and documentation for my capstone project at the Flatiron School.
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
- Git
- Node: any 13.x version starting with v13.9.2 or greater
- Nvm: See Nvm repo for installation instructions
- A fork of the repo (for any contributions)
- A clone of the CheckIt repo on your local machine
cd checkit-front
to go into the project rootnpm install
to install the application's npm dependencies
- Run backend server found here
npm start
will automatically run the app on port 3000 but if it is in use it will open on a free port.