This web application was created to allow students to generate help tickets and for a teacher to be able to select and solve tickets based on the time they were submitted.
Students may also join existing tickets, allowing a single teacher to assist multiple students. Teachers can keep solution notes and refer back to solutions across the entire class.
- Open your terminal, navigate to the directory you would like to save this project, and run the command
git clone git@github.com:shelleyeti/concat-capstone.git
- Create your own Firebase Project
- Google Console
- Start New Project
- Click the </> icon under "Get started by adding Firebase to your app"
- Name you app to get access to you Firebase SDK
- Navigate to the config.TEMPLATE.js and input your information
- Run
npm install
to git all the node dependencies
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Firebase
- React
- React-Router-DOM
- Semantic-UI
- Moment.js
This project was bootstrapped with Create React App.