Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipamarta/notes-app
A React Notes app with CRUD implementation. The user can add, delete or edit a note, and they should be persisted in the browser's Local Storage.
https://github.com/filipamarta/notes-app
axios bootstrap crud javascript localstorage react-context react-hooks reactjs sass uuid
Last synced: 18 days ago
JSON representation
A React Notes app with CRUD implementation. The user can add, delete or edit a note, and they should be persisted in the browser's Local Storage.
- Host: GitHub
- URL: https://github.com/filipamarta/notes-app
- Owner: filipamarta
- Created: 2020-07-15T15:59:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:29:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:57:29.287Z (almost 2 years ago)
- Topics: axios, bootstrap, crud, javascript, localstorage, react-context, react-hooks, reactjs, sass, uuid
- Language: JavaScript
- Homepage: https://notes-app-challenge.netlify.app/
- Size: 7.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Notes App
A React Notes app with CRUD implementation. The user can add, delete or edit a note, and they should be persisted in the browser's Local Storage.The tech used was ReactJS (with Context and Hooks), Javascript ES6, SASS, UUID and Bootstrap.
It was build with Netlify and you can see it live here: https://notes-app-challenge.netlify.app/.This app was built as a tech challenge for *Opplane*.
![Image](https://github.com/filipamarta/interview-opplane-challenge/blob/master/src/images/capa_github_notes-app.png)