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

https://github.com/manikantkr-1004/draggable_notes

Draggable Notes is a platform where user can do CRUD operation, pin and drag notes.
https://github.com/manikantkr-1004/draggable_notes

chakra-ui react

Last synced: 2 months ago
JSON representation

Draggable Notes is a platform where user can do CRUD operation, pin and drag notes.

Awesome Lists containing this project

README

        

# Draggable Notes

Draggable Notes is a platform where users can perform CRUD operations, pin notes, and drag them around the UI.

## Features

- CRUD operation with Notes
- Pin Notes
- Drag Notes Anywhere in the UI

## Screenshots

![draggable-notes](https://github.com/Manikantkr-1004/Draggable_Notes/assets/123896779/6cb35c7c-af75-454a-966a-5321058d1188)

## Tech Stack

- Front-end:
- Chakra UI for a visually appealing user interface.
- React.js for building Single Page Application.

## Project Links

- **Frontend:** [https://dragnotes.netlify.app/](https://dragnotes.netlify.app/)

## Installation

To set up the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/Manikantkr-1004/Draggable_Notes.git
```

2. run command in terminal
```
npm install
```

3. Run project
```
npm start
```

Feel free to explore the project using the provided links.