I am Hameedullah Asadi, from beautiful Vancouver, Canada. I am a university credential and a post graduate diploma in software and web development.:computer:
I love frontend developing and fluent in followings languages and tools.:point_down:
I have coded my portfolio website in react.js from scratch using functiion components. The portolio website is up and here it the link for it: https://portfolio-website-update.vercel.app/ The source code is also available on my github account and here is the link for it: https://github.com/Hameedullah-Asadi3300/Portfolio-website-update
In home page you will find the navigation bar with five menu:
- Home
- About
- Articles
- Projects
- Contact My personal GitHub and Linked in projects are accessible from the homepage. I have also given a short summary on homepage: I have coded my resume om homepage. It is also accessible through button. Click the button and get the copy of it in PDF. The website contains a nice footer with react-icons. I have also included a few articles of mine on coding which is accesible from Articles page. It is fully functional with read more and read less buttons. On Projects page, all the projects are accessible with the source code. Click each project and it will redirect you to the respective projects. It is contact page requires First Name, Last Name, Email Address, Phone Number and with a text aread for the message.
The to-do-app repo contains a to-do-app developed using JavaScript, React library. It is up and here is the link: https://to-do-app-coral-eight.vercel.app/
fork the repo, change the directory to the forked location using CLI or VS COde termainl. Run npm start and the app will run on your local host using port either 3000 or 3001 such as: http://localhost:3001/
You will see the home page as follows:
By entering your daily tasks on input field, a new row down below will pop up as follows:
The app itself has two types of buttons.
Add Button: Used a task to the list.
Done Button:Each task has a functional button as well. You can delete any tasks while it is done shown bellows:
1: This app is developed using react library and pure JavaScript code
2: This app includes pure CSS code with .module.css styling method
3: No bootstrap is used in
4: This is a function based component app, not class based component
Go to the repo of the app: https://github.com/Hameedullah-Asadi3300/to-do-app.git