vnctaing / lesti.me

My first Redux/React.js app that let you estimate your friends (back in 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lesti.me

Stories in Ready Lesti.me is a webapp that lets you keep a leaderboard of your friends.

Getting Started

$ git clone git@github.com:vnctaing/lesti.me.git
$ npm install

Prerequisities

The project needs node to be runned on v6.4.0 (you might need an node version manager)

Running the tests

Test are currently being written

Coding Style

The JavaScript ES6 code style is based on Airbnb's style guide

Deployment

The app can easily be deploy on Heroku

git push heroku master

Built With

  • React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • Redux - Predictable state container for JavaScript apps
  • Webpack - A bundler for javascript and friends
  • Immutable - Immutable persistent data collections for Javascript which increase efficiency and simplicity.
  • Express - Fast, unopinionated, minimalist web framework for node.
  • Mongoose - MongoDB object modeling designed to work in an asynchronous environment
  • MongoDB - Non-relational database

I'm looking forward experimenting GraphQL, Relay and drop MongoDB/Mongoose

Authors

  • Vincent Taing - Initial work - vnctaing

License

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

About

My first Redux/React.js app that let you estimate your friends (back in 2016)

License:MIT License


Languages

Language:JavaScript 89.4%Language:CSS 9.9%Language:HTML 0.6%