Git Product home page Git Product logo

alemeno's Introduction

Introduction

This project is a Course Management Platform where users can view, enroll in, and mark courses as completed. It leverages modern web technologies and Firebase for backend services.

Features

  • User Authentication: Sign up and login using Firebase Authentication.
  • Course Management:
    • Display all available courses.
    • Search for courses by name or instructor using debounce.
    • Enroll in courses.
    • Mark courses as completed.
  • User Management: Store and retrieve user data from Redux .
  • Responsive Design: Fully responsive UI built with TailwindCSS.

Technologies Used

  • Frontend:
    • Reactjs and Nextjs
    • Redux
    • React Query
    • TailwindCSS
    • Shadcn/ui
  • Backend:
    • Firebase Firestore
    • Firebase Authentication

Installation

  1. Clone the repository:
    git clone https://github.com/your-repo/course-management-platform.git
    cd Alemeno```
    
  2. Instalk dependencies:
       npm install
    # or
    yarn install   ```
    
  3. Set up Firebase:
  • Create a Firebase project at Firebase Console. -Add Firebase config to your project. Create a .env file at the root of your project and add your Firebase configuration:
        REACT_APP_FIREBASE_API_KEY=your_api_key
       REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain
       REACT_APP_FIREBASE_PROJECT_ID=your_project_id
       REACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket
       REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
       REACT_APP_FIREBASE_APP_ID=your_app_id
       REACT_APP_FIREBASE_MEASUREMENT_ID=your_measurement_id ```
    
    
    
  1. Schema

    Student

      {
     "name": "John Doe",
     "email": "[email protected]",
     "enrolledCourses": [.......],
     "photo": "https://example.com/john-doe.jpg",
     "completedCourses": [....]
    }```
    

Course

  ```json
   {
    description:"something",
    duration:"8 weeks"
    enrollmentStatus:"Open",
    instructor:"John Doe",
    location:"Online",
    name:"Introduction to React Native"
    schedule:"Tuesdays and Thursdays, 6:00 PM - 8:00 PM",
    syllabusId:"M9xNmUd6PVHdTEVQa5rN",
    thumbnail :"https://cdn.shopaccino.com/igmguru/articles/What-Is-React-Native.png?v=444"
    }```

Syllabus

  ```json
  { weeks:[
        { week:1,
          topic:"introduction to native",
          content:" carru the detiny"
        },
        {...}
      ]
   }

alemeno's People

Contributors

mehraankush avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.