This project was booted strapped with Create React App.
Project Figma Design - https://www.figma.com/file/kEttNON3HXQzXeBWEujJFV/August-2023-CodeJam?type=design&node-id=0-1&mode=design&t=RGaJU3ewCDzkHFf3-0
The idea of the application is pretty simple - we make a call to an API, which then responds with the nearby recycling centers. We collect the user's location, process it, and then based on the location, we provide nearby recycling centers to the user.
In the project directory, you can run
Runs the app in development mode. Open http://localhost:3000 to view in in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.