Coder Social home page Coder Social logo

udemy-react-clone-2's Introduction

To Run App :

first cmd

cd src/DATA
json-server --watch DATA.json

second cmd

npm start

udemy-react-clone-2's People

Contributors

abdoafage avatar

Watchers

 avatar

udemy-react-clone-2's Issues

why is every component surrounded with curly brackets

<WhatLearn />
{<CourseContent curriculum_context={review_content.curriculum_context} />}
{<Requirements requirements={review_content.details.Requirements} />}
{
<Description
description={review_content.details.description}
forWho={review_content.details.for_who}
/>
}
{<Instructors instructor={courseSelect.instructors} />}
{<StudentFeedback />}
{<Reviews reviews={review_content.reviews} />}

final rubric

  • the courses data is fetched only once when the app start
  • clicking on any course’s card opens the course’s page (infinite loading)
  • the ui design looks exactly as the attached screenshots.
  • loading spinner is shown while the courses are being fetched
  • the search function works as described. (not working when I try to search)
  • tabs bonus
  • carousel bonus (it's stuck and won't slide)

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.