Skip to content

I built a ToDo App Using React, Redux, and Webpack

Notifications You must be signed in to change notification settings

khanhnamle1994/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/khanhnamle1994/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.

About

I built a ToDo App Using React, Redux, and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published