A decluttering list-sorting application. Version 2. Initially simplified and optimized.
Are you looking to declutter your closet or the unmentionable drawer you have in your kitchen? Are you backpacking and you're not sure what to bring? Are you moving homes and you want to take a general inventory of what you are bringing?
Inspired by Marie Kondo's "what sparks joy" and the Minimalist lifestyle--Minimize aspires to help you sort through your things (clothes, books---anything) in two categories: yes and no.
- List Creation
- Sorting through a Created List
- Profile creation
- Images alongside the Lists
- Having a collection of lists
- Editing and Adding in List Items/Lists
- Native iOS and Android App
Node.js npm
- Clone the repository to your local machine:
git clone https://github.com/kristinetuazon/minimize_v2
- Navigate to the project directory:
cd minimize_v2
- Install the dependencies:
npm install
-Start the development server:
npm start
This application is ready for deployment to any web server. Simply build the application using the following command:
npm run build
And then serve the build
folder to your desired web server.
If you would like to contribute to this project, please submit a pull request for review.
This project is licensed under the MIT License - see the LICENSE file for details.