Skip to content

Qoordi is an app that helps users coordinate and plan for projects where multiple things need to happen at once by creating a visual interface that represents multiple timelines. It's build with a React & Redux client-side interface and a Ruby on Rails API on the back-end for data persistence and authorization.

Notifications You must be signed in to change notification settings

zach-cullen/qoordi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Qoordi

Qoordi is an app that helps users coordinate and plan for projects where multiple things need to happen at once by creating a visual interface that represents multiple timelines. It's build with a React & Redux client-side interface and a Ruby on Rails API on the back-end for data persistence and authorization.

Video Walk Through:

Qoordi App Video Walkthrough

Features

Interactive Timeline Interface

Filtering Projects by Category

New Project Pop-up Form

Getting Started / Installing

Instructions for Mac:

Fork and Clone this repo to your local machine. CD into the api folder and run bundler to install ruby packages.

bundle install

and spin up a server at localhost:3000 by running:

rails s

Then cd into the front-end folder and install npm packages by running:

npm install

Lastly, start the client side app at localhost:3001 by running:

npm start

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Qoordi is an app that helps users coordinate and plan for projects where multiple things need to happen at once by creating a visual interface that represents multiple timelines. It's build with a React & Redux client-side interface and a Ruby on Rails API on the back-end for data persistence and authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published