Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maran1947/planyourday

React application that helps you plan your day and makes you productive. With this, we will learning how to use Local Storage in React.
https://github.com/maran1947/planyourday

localstorage planyourday-react-application react-local-storage react-project to-do-app

Last synced: 16 days ago
JSON representation

React application that helps you plan your day and makes you productive. With this, we will learning how to use Local Storage in React.

Awesome Lists containing this project

README

        

# Plan Your Day - React App
React application that helps you plan your day and makes you productive.
With this, we will learning how to use __Local Storage__ in React.

# 🏗 Built with
- React.js

### 🍔 Things Used
- ♟ useState
- ♟ useEffect
- ♟ local storage
- ♟ react-notify-toast

## 🏗 Setup
1. Fork the repo by clicking the fork button
2. Clone the repo
```
$ git clone https://github.com/your_github_username/PlanYourDay.git
```
3. change to project directory
```
$ cd PlanYourDay
```
4. you need to install node_modules
```
$ npm install
```
It's time to run the project
```
$ npm start
```

# 📷 Screenshots
![Tasks Screen](./src/img/screen_1.png)

![Success Popup](./src/img/screen_2.png)

![Delete Popup](./src/img/screen_3.png)

![No Tasks](./src/img/screen_4.png)