This repository contains a web-based application for managing a team roster. It allows users to add, view, edit, and delete team members and teams and store their information.
- Clone the repository to your local machine using git clone
https://github.com/rochelle-rossman/team-roster.git
- Navigate to the project directory and install the necessary dependencies using
npm install
followed bynpm run prepare
. - Start a Firebase project and copy the environmental variables to the .env file
- Enable Google Authentication in you Firebase project.
- Start the development server using
npm run dev
. - Open a web browser and go to http://localhost:3000 to access the application.
Deployed project: https://rr-team-roster.netlify.app/