Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakibul58/infinite-courses-client
Course Purchase Website
https://github.com/rakibul58/infinite-courses-client
bootstrap css3 firebase html5 react reactbootstrap reactpdf
Last synced: 3 days ago
JSON representation
Course Purchase Website
- Host: GitHub
- URL: https://github.com/rakibul58/infinite-courses-client
- Owner: rakibul58
- Created: 2022-11-29T12:48:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T04:58:13.000Z (about 1 month ago)
- Last Synced: 2024-11-26T05:27:53.991Z (about 1 month ago)
- Topics: bootstrap, css3, firebase, html5, react, reactbootstrap, reactpdf
- Language: JavaScript
- Homepage: https://infinit-courses.web.app/
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite Courses
[Live Site](https://infinit-courses.web.app/)
## Overview
Infinite Courses is a React-based web application for browsing and exploring various courses.## Prerequisites
- Node.js (v14 or later)
- npm## Installation
1. Clone the repository
```bash
git clone https://github.com/rakibul58/infinite-courses-client.git
cd infinite-courses-client
```2. Install dependencies
```bash
npm install
```## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.### `npm run build`
Builds the app for production to the `build` folder.### `npm test`
Launches the test runner in the interactive watch mode.## Key Dependencies
- React
- React Router
- React Bootstrap
- Firebase
- React Icons## Features
- Course browsing
- Authentication
- PDF generation
- Responsive design## Environment Setup
Create a `.env` file in the root directory and add your Firebase configuration:
```
REACT_APP_apiKey=
REACT_APP_authDomain=
REACT_APP_projectId=
REACT_APP_storageBucket=
REACT_APP_messagingSenderId=
REACT_APP_appId=
...
```## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
This project is open source. Please check the LICENSE file for details.