Skip to content

benedictrobb/beevr

Repository files navigation

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