E-commerce website for clothing, built with React, JavaScript, and Firebase.
This project showcases a basic e-commerce website designed for selling clothing items, targeting audiences interested in anime and manga (otaku culture). It demonstrates the integration of frontend development using React and JavaScript, along with backend functionalities provided by Firebase.
Visit the live website: Otaku Shopping
Prerequisites:
- Git installed
- Node.js and npm (or yarn) installed
Steps:
- Clone the repository:
git clone [https://github.com/strawhatrag/otaku-clothing.git](https://github.com/strawhatrag/otaku-clothing.git)
- Install dependencies:
npm install
- Running and Building
npm start
- React
- JavaScript
- HTML/CSS
- Firebase
- Realtime Database (or Firestore)
- Authentication
- Netlify (or any other hosting platform)
We welcome contributions to this project! Please feel free to fork the repository, make changes, and submit pull requests.
- Create a Firebase project at Firebase Console.
- Follow Firebase's documentation to set up authentication and database (Realtime Database or Firestore) services in your project.
- Add your Firebase project configuration to the project's code (typically in a file like
firebase.config.js
).
- Fork the repository.
- Make your changes and commit them.
- Push your changes to your fork.
- Create a pull request from your fork to the upstream repository.
This project is licensed under the MIT License. See the LICENSE file for details.