All Projects → cosmicjs → todo-app

cosmicjs / todo-app

Licence: other
A React / Redux To Do app powered by Cosmic JS

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Todo App (React/Redux and Node)

A simple todo application that consumes the Cosmic JS API. Built using React, Redux, and Node.js.

Getting Started

  1. Go to Cosmic JS and create a new Bucket to store your todos.
  2. Download the app:
git clone https://github.com/cosmicjs/todo-app
cd todo-app
yarn

Starting the app

  1. Edit the config located in client/config.js to point to your Cosmic JS Bucket Slug
export default {
  bucket: {
    slug: 'your-bucket-slug', // add your Bucket slug here
    type_slug: 'tasks',
    read_key: '', // add read key if added to Cosmic JS > Your Bucket > Settings
    write_key: '' // add write key if added to Cosmic JS > Your Bucket > Settings
  }
}
  1. Start the app
yarn start
  1. Go to http://localhost:3000 to manage your Todos.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].