This website created for "Smarty Yazılım Hizmetleri Internship Study Case"
- In this project, I wanted to create a Not Taking App using
Typescript
,React.js
,Redux Toolkit
andMUI v5
. - Users can add a new note by entering a title and content.
- Added notes are displayed as a list on the page.
- Users can edit a note. (title and content change)
- Users can delete a note.
- Users can add color to their notes.
- For each note, the creation date and the last date of update is displayed.
- Added notes are not deleted when the page is refreshed. They are stored in
Local Storage
. The website is responsive to all screen sizes.
- You can visit my website by clicking the link below. Feel free to share your observations with me.
https://hasan-note-taking-app.netlify.app/
- To install packages
npm install
after that to runnpm start
.