A personal notes web apps that is built with React Js. I call it 'My Notes.' This is a submission project for Dicoding React Developer course.
The web is built using three technologies:
- HTML
- CSS
- React
- Vite
Here are the features of the apps:
- Use stateful component to store log data
- Use array map to display each of data
- Use controlled component to built form feature
- Contains a realtime date's note input
- Use conditional rendering where if there's no notes, it will display 'No Records.'
- Provide an ability to delete notes
- Each time user write some keywords on search bar, apps will display the relevant result
- Utilize props drilling event handler to build search filter
- Design a web starting with mobile version, which is then adapted larger screens
- Give a best experience for users