Skip to content

nishtha53/Portfolio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nishtha's Portfolio

  • This is my portfolio for level0 and I have created 14 projects and written 2 blogs.

lets see all project one by one

  1. Mark 1 - DO you know me quiz?
  • I Have created CLI app to know how much friends know me.
  • Technologies used:
    - Html
    - css
    - nodejs
    - Challk npm package
  • Demo
  • Source code
  1. Mark 2 - GK Quiz
  • This App test your GK knowledge and consist of 8 questions. All the best you can try this quiz hope so you enjoy :)
  • Technologies used:
    - Html
    - css
    - nodejs
    - Challk npm package
  • Demo
  • Source code
  1. Mark 3,4,5 - Porfolio
  • Profolio website is used to gather all my projects at one place and showcase at neog camp. I have used html and vanilla css for creating this project please look into it. I have also written 2 blogs in my website
  • Technologies used:
    - Html
    - css
  • Demo
  • Source code
  1. Mark 6 - Minion Translator
  • This app is created using html css and javascript I have used Minion Api from fun translactions and used fetch method to fetch the translated text.
  • Technologies used:
    - Html
    - css
    - Vanilla js
  • Demo
  • Source code
  1. Mark 7 - Pirate app
  • This app is created using html css and javascript I have used Pirate translation Api from fun translactions and used fetch method to fetch the translated text.
  • Technologies used:
    - Html
    - css
    - Vanilla js
  • Demo
  • Source code
  1. Mark 8 - Know your emoji
  • This is emoji translator or also know as know your emoji which is created using html css and react. I have kept my favourite emoji with its meaning user can know its meaning by clicking on emoji or enter that emoji in input field.
  • Technologies used:
    - Html
    - css
    - React js
  • Demo
  • Source code
  1. Mark 9 - Resources of Web Devlopment
  • This app is created using html css and react. In this web app there are best resoruces collected and also there are some project ideas given.
  • Technologies used:
    - Html
    - css
    - React js
  • Demo
  • Source code
  1. Mark 10 - Cash register app
  • This app is created using html css and javascript It gives how much rupees is remainig to give and how much given.
  • Technologies used:
    - Html
    - css
    - vanilla js
  • Demo
  • Source code
  1. Mark 11 - Is your birthday lucky?
  • This app is created using html css and vanilla js. It will tell us whether birthday is lucky or not. First it will take user's birthdate and seond it will take user's lucky number and print whether lucky or not.
  • Technologies used:
    - Html
    - css
    - vanilla js
  • Demo
  • Source code
  1. Mark 12 - Fun with Triangle
  • This app is created with html css js and to check how much knowledge we have about trianlges and formulas.
  • Technologies used:
    - Html
    - css
    - vanilla js
  • Demo
  • Source code
  1. Mark 13 - Palindrome Birthday
  • This app is created using Html css and javascript once we enter birthdate it give whether it is palindrome birthday or not and also give how much days it is far.
  • Technologies used:
    - Html
    - css
    - vanilla js
  • Demo
  • Source code
  1. Mark 14 - Profit and loss calculator
  • This app is created using html css and vanilla js. It takes initial price from user then it takes quantity stocks means how much stock do user have and as a third input it takes current price of the stock. By this value user can know whether he/she is in profit or loss.
  • Technologies used:
    - Html
    - css
    - vanilla js
  • Demo
  • Source code

Lets see blog which are added

  1. Array Methods in JavaScript
  • First of All Lets understand What is Array??An array can store a Fixed-size collection of elements of the same data type. Array is used if there is lots of data of same data type and if want to manage with some Less number of code then array is used.
  • Read blog
  1. CSS selectors
  • CSS selectors is used for selecting an HTML element and apply CSS to a particular element. There are multiple kinds of CSS selectors let's see all of them in detail with examples.
  • Read blog