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/
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
Create a project in Firebase Console
Visit Project Settings. Under General select add app
Create a Web App
Copy the code snipet given into App.js under
// Your web app's Firebase configuration
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.