Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webxrahat/teach_programming
https://github.com/webxrahat/teach_programming
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webxrahat/teach_programming
- Owner: webxrahat
- Created: 2022-12-08T04:48:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T05:02:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T18:02:34.314Z (about 1 month ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is live link
* https://b610-lerning-platform-server.web.app/
## How should I structure my application?
* npx create-react-app
* npm install react-router-dom
* npm install react-bootstrap bootstrap
* import 'bootstrap/dist/css/bootstrap.min.css'
## How can I authenticate users?
* npm i firebase
## How do I define models?
* set up pages(home, login, signup)
* set up layout(main)
* set up shared(header, leftSide, totalTutorial)
* set up routes(router, private router)
* load data in express.js
* authentication from firebase
* create context auth