Skip to content

Simple application that lists local recycling centers in your area.

Notifications You must be signed in to change notification settings

JerryWJackson/se_cj_wnwn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waste Not What Not Recycling Center App

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

About the project

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.

Available Scripts

In the project directory, you can run

npm start

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.

npm test

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

npm run 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!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Simple application that lists local recycling centers in your area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • CSS 37.9%
  • HTML 3.4%