• Stars
    star
    2
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

demo of using axios, redux and rest api to manage contacts list

More Repositories

1

gomycode-html

Recreate the structure of landing page using only HTML. Checklist : Start with the global structure of the page (header, main, footer...) Use convenient tags for the content Assign meaningful class names to your elements Page link : https://landbot.io/?utm_expid=150229575-6.ZwZwwSvhTCiD5JsJw5ywuQ.0 Note : So now go and reproduce the webpage's structure. this video might help you understand a litle better how to devide your website using divs : https://www.youtube.com/watch?v=iRPPq9vYig4 and here you can find the best practices in HTML : https://www.themelocation.com/best-html5-practices/
HTML
3
star
2

Projet_Partie_Mobile

Java
2
star
3

understanding-redux

JavaScript
2
star
4

learnyounode_challenges

install Node.js.. Run npm install -g learnyounode. Run learnyounode
JavaScript
2
star
5

Case-Based-Reasoning-based-on-randomization

Java
2
star
6

ROUTING-WITH-EXPRESS

Create a web application containing 3 pages : home.html ourservices.html contact.html Each page contains a navbar and some contents. Feel free to put any information you want The web application is open between 8h and 17h. If a user accesses to the web app before 8h or after 17h, a message is displayed "Our office is not open now" Then, use express to handle each route path
HTML
2
star
7

shopping_cart

In this checkpoint you will use everything you have learnt until now to make a shopping cart.You are going to make a website that is you can choose which items to buy choose the number of items calculate the price Note : You don't have to make a website exactly like one in the picture but you will have to use CSS for design Javascript for DOM manipulation and to calculate the price BONUS : you can add and delete new items using DOM manipulation
HTML
2
star
8

docplanner-with-react

o now, you have to create a react project and decompose the webpage's structure in real React components. Note : We advice you to first use a pen and a paper befrore implementing components in react project
JavaScript
1
star
9

CBR-for-Supervised-Classification

This is a new CBR that works with every supervised classification problems
Python
1
star
10

todo-with-node

Add a note to a json file. A note is described by a title and a body. Ex of json file [{"title":"react","body":"learn-react"}, {"title":"medium","body":"read-medium"}] List all the notes. Remove a note. Read a specific note
JavaScript
1
star
11

photo_manager

JavaScript
1
star
12

workshop.github.io

HTML
1
star
13

REST-API

- create a REST API for managing contact list (CRUD operation) - use Postman to test your REST API - create a frontend application with react that use this REST API. You can use axios to communicate with the API
JavaScript
1
star
14

approche_randomisation

TypeScript
1
star