Code Monkey home page Code Monkey logo

ecoodonate's Introduction

EcoDonate (English) EcoDonate is a web application designed to connect individuals who wish to donate items with a company that collects and redistributes these items. The application is built using React.js, Firebase, and Ant Design.

Features User registration and login Users can submit donations Users can view and delete their donations Admin panel for the company to view and delete all donations Setup Clone the repository Install dependencies with npm install Start the development server with npm start Visit http://localhost:3000 in your browser

How to configure backend firebase.js file:

Go to the Firebase Console (https://console.firebase.google.com/) and create a new project.

In the Firebase project dashboard, click on the "Web" option (</>) to add a web app to your project.

Provide a name for your app and register it.

Firebase will generate a configuration object for your app. Copy the configuration object.

Create a new file named firebase.js in your project's source code directory.

Inside the firebase.js file, paste the Firebase configuration object and export it.

javascript Copy code import { initializeApp } from "firebase/app";

const firebaseConfig = { // Paste your Firebase configuration object here };

const app = initializeApp(firebaseConfig);

export default app; Save the firebase.js file.

With these steps, the user will be able to create their own Firebase credentials and configure the project to connect to their Firebase project.

ecoodonate's People

Contributors

hauptspieler avatar

Watchers

 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.