serkaneken / todo-app

A simple todo app built with React, Redux & MongoDB for Assignment Challange

Home Page:https://serkaneken-todoapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todoApp

A simple todo app built with React, Redux & MongoDB for Assignment Challange

I've hosted it by Heroku: todoApp. 🐒

Development

After setting your MLab cluster(https://elements.heroku.com/addons/mongolab/), type following in your /config/keys.js:

module.exports = {
  mongoURI: 'mongodb://<dbuser>:<dbpassword>@ds343217.mlab.com:43217/heroku_k5bdv510'
};

Run:

npm i && npm i --prefix client  # install dependencies
npm run dev                     # run the development environment

About

A simple todo app built with React, Redux & MongoDB for Assignment Challange

https://serkaneken-todoapp.herokuapp.com/


Languages

Language:JavaScript 73.2%Language:CSS 15.3%Language:HTML 11.5%