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.
- Host: GitHub
- URL: https://github.com/ankitjhagithub21/notebook
- Owner: ankitjhagithub21
- Created: 2023-12-08T08:30:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T11:43:54.000Z (about 2 years ago)
- Last Synced: 2024-01-25T12:49:49.164Z (about 2 years ago)
- Topics: localstorage, react, react-hot-toast, react-modal, tailwindcss, vite
- Language: JavaScript
- Homepage: https://notebook-chi.vercel.app
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.