Shorty is an application where user can add short notes upto 200 characters , view their notes and even copy them.
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.
🏠 Homepage
npm install
npm run start
npm run test
👤 ahmadswalih
- Github: @ahmadswalih
- LinkedIn: @ahmad-swalih-cm-6429881b5
Give a ⭐️ if this project helped you!
Copyright © 2022 ahmadswalih.
This project is mit licensed.
This README was generated with ❤️ by readme-md-generator