Giter Site home page Giter Site logo

rethreads's Introduction

ReThreads Intro

GitHub code size in bytes GitHub issues Languages

๐ŸŽ‰ First Runners-up pitch in NetApp Women Innovathon 2023

Table of Contents

- Introduction 
- Why?
- Tech Stack
- User Interface
- Process Trial Run
- Setup Guide
- Available Scripts
- Contribution Guidelines
- License

๐Ÿ’› Introduction

With ReThreads, we have developed a unique platform that operates on two fundamental pillars: donations and innovation

๐Ÿ“Œ The journey begins with generous donations from individuals who contribute their old clothing items

๐Ÿ“Œ Once these donations are received, our team carefully selects the garments to process

๐Ÿ“Œ Our volunteer designers and tailors work closely to redesign and modify the donated clothes, incorporating adaptive features

By repurposing and upcycling these donated garments, we not only make them affordable but also promote sustainability by reducing textile waste. Through our platform, individuals with special needs gain access to a wide range of stylish, adaptive clothing options that are both affordable and environmentally friendly.

๐Ÿ’ก Why?

The problem we aim to tackle is clear and urgent. Across the world, there is a significant scarcity of cost-effective and adaptive clothing for differently-abled individuals. This scarcity deprives them of the independence, comfort, and self-expression that suitable clothing can provide.

Traditional clothing options often fall short in meeting the specific requirements as they can be expensive and limited in accessibility for those already facing financial challenges. Moreover, the lack of adaptive features can hinder their ability to dress themselves confidently and comfortably.

Learn more about our idea here : https://www.youtube.com/watch?v=kr1XlZzlxlw

๐Ÿ“ Tech Stack

React Bootstrap Redux

๐Ÿ“ท User Interface

Home Page Categories
Catalogue Product Detail
Cart About Page

๐ŸŒบ Process Trial Run

 Process Trial Run

Learn more about it here - Pitch Deck

๐ŸŽฏ Societal Impact

Our idea aligns with the following United Nations Sustainable Development Goals:

  • Responsible Consumption and Production (Goal 12)
  • Climate Action (Goal 13)

๐Ÿ”จ Setup Guide

To start with setting up the Local Project Environment:

- git clone https://github.com/chinmaychahar/ReThreads.git
- cd ReThreads
- npm install
- npm start
- go to http://localhost:3000/ and get started

๐Ÿ’ป Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

๐Ÿค Contribution Guidelines

Kindly follow the below guidelines if you wish to contribute to the project:

  1. Fork this repository and clone it
git clone https://github.com/chinmaychahar/ReThreads.git
  1. Add a reference(remote) to the original repository
git remote add upstream https://github.com/chinmaychahar/ReThreads.git
  1. Check the remotes for this repository
git remote -v
  1. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository)
git pull upstream main
  1. Create a new branch
git checkout -b <your_branch_name>
  1. Perfom desired changes to the code base and track your changes
git add .
git status
  1. Commit your changes
git commit -m "Relevant message"
  1. Push the committed changes in your feature branch to your remote repo
git push -u origin <your_branch_name>
  1. To create a pull request, click on compare and pull requests

  2. Add appropriate title and description to your pull request explaining your changes. Click on Create Pull Request

๐Ÿ“œ License

MIT License

rethreads's People

Contributors

chinmaychahar avatar kanikaraheja avatar deeparawat avatar nt044 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.