Keeping the environment clean is our motive. Hence the project name EnviClean. It is a garbage collection management system developed by Advanced Web Services - Group 6.
- Date Created: 16 06 2021
- Last Modification Date: 22 06 2021
- GIT Repository - https://github.com/DhrumilShah98/Group6_S21_EnviClean
- Deployment Link - https://enviclean.herokuapp.com/
- Dhrumil Amish Shah - (Creator)
- Parth Dinesh Thummar - (Creator)
- Sriram Attanti - (Creator)
- Srikrishnan Sengottai Kasi - (Creator)
- Vishal Dipak Parmar - (Creator)
This project was bootstrapped with Create React App. According to the React Documentation, create-react-app is one of the officially supported ways to create single-page applications in React.
To have a local copy of this project up and running on your local machine, you will first need to install the following software/libraries/plugins
- Node - Download and install Node, which also includes NPM(Node Package Manager). Alternative to Node + NPM is Yarn.
- Visual Studio Code - Download and install VS Code or any Editor/IDE(Integrated Development Environment) of your choice. - Optional
See the following section for detailed step-by-step instructions on how to install this software/libraries/plugins.
A step by step series of examples that tell you how to get a development env running. Let's use Node + NPM for this project.
- Head to the official Node website to download and install Node, which also includes NPM.
- Select the "Recommended For Most Users" button and download the current version for your Operating System.
- After you download and install Node, open command prompt/terminal and run the following commands to check if everything works:
- node -v
- npm -v
- To run the application, change to the directory where the app was installed using "cd <folder_name>".
- Run "npm install" to install all the dependencies used by the app.
- Finally, run "npm start" to see the app live on the localhost.
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.
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!
All deployment options can be found at https://facebook.github.io/create-react-app/docs/deployment.
- React - Frontend framework
- Node - Backend JavaScript runtime built on Chrome's V8 JavaScript engine
- NPM - The package manager for Node
- Heroku - The cloud platform used for application deployment
- GitHub - The version control tool
- Visual Studio Code - The source code editor used
- Google Chrome - Browser used to visualize the changes
- @pishdude
- @GoenkaNikunj97
- @shehzeenhooda
- @theyashjaiswal
- @bala-sundeep-d
- @kshitijp12345
- @NeharikaSehgal
- @shahaadesh5
- @smnsingh444
- We have referred bulma, material UI, sass for styling the website.