There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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/Projet_Partie_Mobile
learnyounode_challenges
install Node.js.. Run npm install -g learnyounode. Run learnyounodeCase-Based-Reasoning-based-on-randomization
contactlist_axios_redux
demo of using axios, redux and rest api to manage contacts listROUTING-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 pathshopping_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 manipulationdocplanner-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 projectCBR-for-Supervised-Classification
This is a new CBR that works with every supervised classification problemstodo-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 notephoto_manager
workshop.github.io
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 APIapproche_randomisation
Love Open Source and this site? Check out how you can help us