Skip to content

ajey108/StikyNotes

Repository files navigation

StikyNotes

Project Overview

StikyNotes is a React-based application that allows users to create, edit, and delete sticky notes. The application is connected to Supabase for backend services, including authentication and database management.

Features

  • User authentication with Supabase (Sign up, Sign in, and Sign out).
  • CRUD operations for sticky notes (Create, Read, Update, and Delete).
  • Responsive design for mobile and desktop views.
  • Share notes functionality.

Upcoming Feature

share,Dragable and color picker

Visit The app

stikyNotes

Setup Instructions

1. Clone the Repository

git clone https://github.com/your-username/stikynotes.git cd stikynotes

2. Install Dependencies

npm install

3. Configure Environment Variables

REACT_APP_SUPABASE_URL=your_supabase_url REACT_APP_SUPABASE_ANON_KEY=your_supabase_anon_key

4. Start the Development Server

npm start

Contributing

Feel free to submit issues or pull requests. Please follow the standard Git workflow for contributions.

License

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

Acknowledgements

React: For building user interfaces. Supabase: For providing backend services.

About

Sticky notes built with React&SupaBase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published