Giter Site home page Giter Site logo

react_agenda's Introduction

React Agenda Creator

A simple Agenda CRUD. With 3 different listitem types ordered by time. Submiting data is disabled, in this demo.

Installation

  1. You will need to have node.js installed and install webpackserver globally

    //git clone this repo
    npm install webpack-dev-server -g
    //cd to root directory
    npm install
    
  2. Sign Up for google firebase.

  3. Create a authenticated user

  4. Config utils/firebase.js

    const config = {
     apiKey: "",
     authDomain: "",
     databaseURL: "",
    }
    
  5. Run Development Server

    npm start
    

Deployment

Files will be in ./dist/*

 //for production
 npm run prod

Data

Data is stored in firebase.

  key : {
                "body" : string,
                "datetime" : string //ISO-8601 
                "group" : int 
                "parent" : key, //required only for children items
                "title" : string
                "type" : string [header,indent,default]
            },

Testing

npm run test:watch

Deployment

For deployment copy files from dist folder.

Screenshots

A few screenshots to show the admin controls in use.

Future

There are many more features, I would like to add but I wanted to keep it simple. I need to work out groups to do concurrent time schedules. Right now everything is ordered by time. By creating groups I can circumvent the order.

Edit Button for List Items. To make a change to a timeslot just delete and readd. You can edit the days.

I would like to add more css animations to give it a more polish state. But this is a great start when I build one for my clients.

react_agenda's People

Contributors

asiriamonthep avatar

Stargazers

Jordan Rolph avatar

Watchers

James Cloos avatar Art Sir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.