Skip to content

aguirremac/lista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lista - Note Keeper App

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.

The app allows you to:

  • 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.

Usage

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.

Contributing

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.

License

This project is licensed under the MIT license. See the LICENSE file for more details.