Coder Social home page Coder Social logo

beevr's Introduction

About The Project

BEEVR helps connect students, who are looking for ad hoc work that fits their schedule, with residents who need help with everyday tasks.

Getting Started

git clone

npm install

npm start

cd react-ui

npm start

Running The Tests

npm test

Modifying the job categories dropdown (only for collaborators)

  1. Go to job_categories.js file.
  2. Click on "edit this file" (pencil icon on the top right).
  3. Add/modify the categories as needed, make sure that:
    • The first line is always:
    const categories = [
    • The format of list items is:
    {group: 'NAME OF THE HEADER', value: 'NAME OF THE CATEGORY'},
    • The list ends with:
    ];
    
    export default categories;
  4. When done go to the bottom of the page to "Commit changes".
  5. Leave the pre-defined description (or write a brief description of what you have done).
  6. Select "Commit directly to the master branch."
  7. Click on the "Commit changes" button.
  8. After a couple of minutes the changes should appear in the app.

Please note that the points of the Add/modify step are VERY important and ALL and EVERY punctuation/parenthesis HAVE to be right for the App to work.

Built With

Contributors

The list of project contributors can be found here

License

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

beevr's People

Contributors

majakudlicka avatar antoniotrkdz avatar des-des avatar benedictrobb avatar

Watchers

James Cloos 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.