Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.