Git Product home page Git Product logo

awesome-book's Introduction

๐Ÿš€ Hi My name is Abdellah Belkaid

I'm a full stack developer, Passionate and skilled JavaScript developer, specializing in React.js and React Native. With experience in creating responsive and user-friendly web and mobile applications, I am dedicated to delivering high-quality code and exceptional user experiences. Constantly learning and striving for excellence in my craft, I am excited about exploring new technologies and collaborating on innovative projects.

  • ๐ŸŒย  I'm based in Algiers
  • ๐Ÿ–ฅ๏ธย  See my portfolio here
  • โœ‰๏ธย  You can contact me at [email protected]
  • ๐Ÿš€ย  I'm currently working as a freelancer
  • ๐Ÿง ย  I'm learning Nodejs
  • ๐Ÿคย  I'm open to collaborating on Full Stack projects (Web or Mobile)

SKILLS


JavaScript Ruby HTML5 CSS3 Sass TailwindCSS Bootstrap Material UI Babel Redux Webpack React PostgreSQL Heroku

SOCIALS


MY GITHUB STATS


mr-abdellah's GitHub stats GitHub Commits GraphTop Languages

awesome-book's People

Contributors

favourezeugwa avatar mr-abdellah avatar

Watchers

 avatar

awesome-book's Issues

Morning Session Code Review

Issues found

  • I think we can improve the code by separating the styling from the JavaScript by putting it in the stylesheet
  • It would be better by having the JavaScript and CSS in their separate files and not writing CSS inside javascript. e.g
    In the CSS file you can have something like;
    .red { color: red; }
    and inside your js file
    const box = document.querySeletor('.box')
    box.classList.add('red')
    That will make the codes more readable
  • It will be nice if you can improve the code by making use of the appropriate HTML5 semantic tags, like
  • main section article div header nav footer e.t.c
    that will make the HTML more comprehensible by better defining the different sections and layout of web pages. It makes web pages more informative and adaptable, allowing browsers and search engines to better interpret the content.
  • You can learn more on HTML semantic elements here w3schools

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.