Skip to content

Commit 6d8333d

Browse files
authored
Created readme for the project.
1 parent c3dacde commit 6d8333d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Notes_app_in_JavaScript
2+
> An Easy to Use Notes App build using Vanilla Js that saves notes on your browser local storage. You can easily perform crud operations on notes and it's also mobile friendly.
3+
4+
# Requirements
5+
- A Js Supportive Browser. <br>
6+
7+
8+
# Project Information
9+
<p align="left">
10+
<img src="https://img.shields.io/badge/Language-VanillaJs-brightgreen">
11+
<img src="https://img.shields.io/badge/Platform-Any-blue">
12+
<img src="https://img.shields.io/badge/IDE-Vs Code-blueviolet">
13+
<img src="https://img.shields.io/badge/Version-2.0-ff69b4">
14+
</p>
15+
16+
# Features
17+
18+
> - CRUD on Notes with beautiful UI.<br>
19+
> - Search Notes by Note Title.<br>
20+
> - Save Notes to your browser's local storage.<br>
21+
> - More Comming Soon.......<br>
22+
23+
# Site Preview
24+
25+
<p align="center">
26+
<img height="550px" width="800px" src="https://github.com/navdeepm20/Photo_Background_Remover_Gui/blob/master/sample/backgroundremover.png">
27+
</p>
28+
29+
# Live Preview
30+
<a href="https://notefizz.netlify.app/"><h3>Click Here to Check Live Preview</h3></a>😊
31+
32+
# How to get started?
33+
34+
> Just clone my repo and run index.html file.😊<br>
35+
> Don't modify path or remove any file from the project root directory.<br>
36+
37+
<h3>If you face any unknown error or bug please inform me or you can also do a pull request if you found and fixed any bug.</h3>
38+
<h3>Contribute to this project to improve this project. Lot's of new features can be implemented in this.</h3>
39+
<h3>Still Learning and implementing.😊
40+
<h3><i>Developer - Navdeep Mishra</i></h3>
41+
42+
43+

0 commit comments

Comments
 (0)