Coder Social home page Coder Social logo

medsaad88's Projects

algo3 icon algo3

Checkpoint Procedural programming: Dot product

api-checkpoint icon api-checkpoint

In this checkpoint,we are going to consume an API that provides us with list of users. Just follow the instructions: Instructions Create a project using create-react-app. Create UserList.js file in src folder Install axios. You gone to use jsonplaceholder API to get list of user Use axios to Get data from Link inside useEffect hooks Use UseState hooks to save data into listOfUSer state Map listOfUser to display list of user into screen Style your App as you wish

checkpoint-router icon checkpoint-router

n this checkpoint, we are going to use the movie app we have created in the previous checkpoint and afterward, we will use the router library to route our views. Instructions We will add a description and the trailer link (embed video link) to the object movie. Every time I click on a movie card, it will take me to the movie description and trailer page. In the description page, I can navigate back to the home page.

hooks-checkpoint icon hooks-checkpoint

In this checkpoint, we are going to create a movie app where you can present your favorite movies or TV shows. We will also be able to use the react hooks.

jsx-checkpoint icon jsx-checkpoint

Create a project using create-react-app. Create App.js file in src folder and use it as a root component for your React app. Create a profile folder (path: src/Component/Profile). Inside your profile folder, create: (ProfilePhoto.js / FullName.js / Address.js ). ProfilePhoto.js: a functional component that returns a photo of your profile. FullName.js: a functional component that returns your full name. Address.js: a functional component that returns your address. Import profile components into App.js and use them. Feel free to style your app as you wish.

react-js-checkpoint icon react-js-checkpoint

In this checkpoint, we are going to make our first contact with React. Instructions Let’s start playing around with React. Create a new React project. Add bootstrap to your project. Try to create a form using bootstrap. In case you meet any problems, take a look at these readings about React.. Create a layout for the website. And Be creative! Before you start with react, you should follow these steps: Install Node JS. Install Visual Studio Code. Create a folder and access it using the command line. Type β€œ code .” to open the folder in vscode.

redux-checkpoint2022 icon redux-checkpoint2022

In this checkpoint, we are going to use what we have learned previously to create a ToDo Application while using Redux to manage the global state. Instructions Create the following component: Addtask ListTask Task Every task should have the following attributes:I d, description, isDone The user should be: Able to add a newTodo Filter the tasks by (done/not) Edit a task

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.