Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaeyeophan/wdi-project
React-Express-Mongodb project
https://github.com/jaeyeophan/wdi-project
express mongoose react redux travis-ci yarn
Last synced: 7 days ago
JSON representation
React-Express-Mongodb project
- Host: GitHub
- URL: https://github.com/jaeyeophan/wdi-project
- Owner: JaeYeopHan
- Created: 2017-05-13T06:20:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T07:00:36.000Z (over 7 years ago)
- Last Synced: 2024-12-08T10:25:46.735Z (2 months ago)
- Topics: express, mongoose, react, redux, travis-ci, yarn
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Development Indicator Project (WDI-Project)
[![Build Status](https://travis-ci.org/JaeYeopHan/WDI-Project.svg?branch=master)](https://travis-ci.org/JaeYeopHan/WDI-Project)## Project Description
The project is a React project that allows you to compare various development indicators of the world in graph form.## Development Environment
* Node.js(with Express 4.15.2)
* mongodb(with mongoose)
* React + Redux + (...React-Family)
* Webpack 2
* TDD with mocha & chai
* Travis CI
* YARN
you can check script in `package.json` file.### TODO List
* Add test code to each component
* Apply redux
* Add d3.js
* Use `immutable.js`