Skip to content

CS4470 Undergraduate Capstone project - React Native App 📱

Notifications You must be signed in to change notification settings

rzgry/Library-Capacity-App

Repository files navigation

CS4470 Library Capacity Capstone Project

Build Status

A mobile application for students to check the capacity levels of different libraries at Western University. Built using react native & expo. 📖📚🎉

Setting up VS Code Development Environment

Install ESLint and Prettier vscode extensions

Add the following to your vscode settings

"editor.formatOnSave": true, // run pritter and eslint on save
"javascript.format.enable": false, // disable default vscode javascript formatter
"prettier.eslintIntegration": true, // use eslint with prettier

Getting Started

  1. Install dependencies
npm install
  1. Copy and rename config/config.template.json to config/config.json and fill out missing configuration variables.

  2. Running application

npm start
  1. Running tests / linting
npm test

npm run lint

About

CS4470 Undergraduate Capstone project - React Native App 📱

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •