Skip to content

AnasAlsmele/Noshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noshi

Noshi is a lightweight open source front-end toolkit


Installation

you can simply install Noshi by following the instructions below:

  1. colne Noshi to your project folder.

  2. include 'noshi.css' and 'noshi.js' at the end of header section.

    <link rel="stylesheet" href="Noshi-main/noshi.css">
    <script src="Noshi-main/noshi.js" type="application/javascript"></script>
  3. enjoy.


Usage

you can find all documents that explain the usage and functionallity of Noshi here.


Why I Made Noshi

I do coding every day, trying to make or learn something new, and as a person who loves to create his own stuff, I decided to build Noshi and share it with all. Also, to practise with Typescript and improve my skill in Javascript. Join me on this long journey to create a useful toolkit which can speed up the building process...