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

https://github.com/ankitjhagithub21/notebook

This is a note taking app built using react,vite, react-redux and tailwindcss.
https://github.com/ankitjhagithub21/notebook

localstorage react react-hot-toast react-modal tailwindcss vite

Last synced: 4 months ago
JSON representation

This is a note taking app built using react,vite, react-redux and tailwindcss.

Awesome Lists containing this project

README

          

# notebook

## Overview

Welcome to notebook! This application is used to create a new note, delete note and update note.

## Features

- Create new notes with a title and description.
- Edit existing notes to update their content.
- Delete notes that you no longer need.
- Persist notes data in localStorage for data retention across sessions.

## Getting Started

### Prerequisites

- Nodejs installed on your system
### Installation

1. Clone the repository:

```bash
git clone https://github.com/ankitjhagithub21/notebook.git
```

2. Change to the project directory:

```bash
cd notebook
```

3. Install dependencies:

```bash
npm install
```

## Start

```bash
npm run dev
```

## Built With

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [react-router-dom](https://reactrouter.com/en/main) - for using routes .
- [react-redux](https://react-redux.js.org/) - For managing state.
- [react-modal](https://github.com/reactjs/react-modal) - Accessible modal dialog component for React.