Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)