Skip to content

Shorty is a note application where user can add short notes upto 200 characters.

Notifications You must be signed in to change notification settings

ahmadswalih/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Shorty 👋

Version License: mit

Shorty is an application where user can add short notes upto 200 characters , view their notes and even copy them.

Overview

The application created Using Reactjs and the application uses localStorage to store the notes data. Every Note is saved as an array and each array has the property of text,date and a unique id. Every time a new Note is created a unique id and date will be assigned automatically. for unique id uses nanoId package and for date uses javascript function new Date().

User can only add notes upto 200 chracters .if the created note is above 200 character a toast will be shown to the user . The number of Characters remaining for the note will be shown in the footer of each note card.

In the top , there is a search optoin where users can search notes based on the notes text.

Screenshots

Home Page

Dark Mode

Install

npm install

Usage

npm run start

Run tests

npm run test

Author

👤 ahmadswalih

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 ahmadswalih.
This project is mit licensed.


This README was generated with ❤️ by readme-md-generator

About

Shorty is a note application where user can add short notes upto 200 characters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published