Jimby3 / CS-3110-mobile-web

Semester Project for CS 3110 Programming the mobile web
https://jimby3.github.io/CS-3110-mobile-web/
Apache License 2.0
1 stars 0 forks source link

CS 3110 Mobile Web project

This is a personal finance web app designed for mobile first. Our personal finance mobile app helps users to track and manage your money. This was created for our group semester project for CS 3110 in Spring of 2024.

It can be found live at https://jimby3.github.io/CS-3110-mobile-web/

Authors

Features

Run Locally

Installing the repository

Clone the project

  git clone https://github.com/Jimby3/CS-3110-mobile-web

Go to the project directory

  cd CS-3110-mobile-web

Install dependencies

  npm install

Start the server

  npm run start

Firebase Setup

For more information please visit https://firebase.google.com/docs/web/setup

  1. Create a project in Firebase Console

  2. Visit Project Settings. Under General select add app

  3. Create a Web App

  4. Copy the code snipet given into App.js under

    // Your web app's Firebase configuration

    License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.