This is a Note Keeper App built with React, React Hooks, React Router and TailwindCSS. The backend is Firebase, which includes Firebase Authentication and Firestore.
- Create, Read, Update and Delete notes
- Sign up and login
- Store notes in the Firestore database
# Clone this repository
$ git clone https://github.com/aguirremac/lista.git
# Go into the repository
$ cd lista
# Install dependencies
$ npm install
# Run the app
$ npm start
The app should now be running on http://localhost:3000.
To use the app, simply sign up or log in using the Firebase authentication system. Once you're logged in, you can create new notes, view existing notes, update notes, and delete notes.
If you'd like to contribute to this project, feel free to submit a pull request. Please make sure to follow the existing code style and write tests for any new functionality.
This project is licensed under the MIT license. See the LICENSE file for more details.