Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-l-i-n-d/folder-manager
https://github.com/b-l-i-n-d/folder-manager
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/b-l-i-n-d/folder-manager
- Owner: b-l-i-n-d
- Created: 2024-01-02T06:51:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:22:39.000Z (about 1 year ago)
- Last Synced: 2024-01-09T06:52:11.470Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://folder-manager-blond.vercel.app
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder Manager
## Installation
### Clone git repository
```bash
git clone https://github.com/b-l-i-n-d/folder-manager.git
cd folder-manager
```### Install dependencies
```bash
npm install
```### Run the app
```bash
npm run dev
```## Features (Will be updated as the project progresses)
- [x] Create folder
- [x] Explore folder
- [x] Backword navigation
- [x] Delete folder
- [x] Localstorage for data storing
- [x] Sort by alphabetically
- [x] Change folder color## Technologies
- [x] React
- [x] Css for styling
- [x] Localstorage for data storing
- [x] Contex API for state sharing