https://github.com/misspee007/classroom_app
Dynamic react app with nested routing
https://github.com/misspee007/classroom_app
context-api firebase localstorage react react-hooks react-router responsive-web-design
Last synced: 2 months ago
JSON representation
Dynamic react app with nested routing
- Host: GitHub
- URL: https://github.com/misspee007/classroom_app
- Owner: misspee007
- Created: 2022-05-24T23:00:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T18:00:19.000Z (about 4 years ago)
- Last Synced: 2025-12-26T17:38:43.389Z (6 months ago)
- Topics: context-api, firebase, localstorage, react, react-hooks, react-router, responsive-web-design
- Language: JavaScript
- Homepage: https://misspee007.github.io/classroom_app/
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classroom App
### Description
A dynamic, responsive web application built with ReactJs.
[View Live](https://misspee007.github.io/classroom_app/)
### Screenshots




#### Skills used in this app
- React router v6
- React effects with useEffect()
- React state with useState()
- Firebase Google authentication
- Firebase email and password authentication
- State management with Context API
- Responsive web design
### Local Setup
1. Clone the repository `git clone https://github.com/misspee007/classroom_app.git`
3. Open the folder in your preferred code editor and install dependencies `yarn` or `npm install`.
4. Start the app `yarn start` or `npm run start`.
5. Visit [localhost:3000](http://localhost:3000)