https://github.com/takemyeye/belance
Belance
https://github.com/takemyeye/belance
design disco json languages react rest scss
Last synced: 3 months ago
JSON representation
Belance
- Host: GitHub
- URL: https://github.com/takemyeye/belance
- Owner: Takemyeye
- Created: 2024-06-09T17:48:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T19:38:06.000Z (8 months ago)
- Last Synced: 2025-01-08T20:35:05.580Z (4 months ago)
- Topics: design, disco, json, languages, react, rest, scss
- Language: JavaScript
- Homepage: https://belance.netlify.app/
- Size: 34.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Belance
Belance is a web platform designed to simplify the process of ordering and creating websites. Clients can choose their preferred design and technologies, and select a person or team to work on their project. Belance is built with React.js, SCSS, and features an integrated REST API from Discord for communication and management.
__Features__
Project Ordering: Clients can order a website by selecting their preferred design and technologies.
Team Selection: Clients can choose a person or team to work on their project.
Technology Stack: Built with React.js for the frontend, SCSS for styling, and uses Discord's REST API for backend communication and management.
Customizable: Allows clients to pick designs and technologies that suit their preferences.
Tech Stack
__Frontend__: React.js
__Styling__: SCSS
__Backend__: REST API integration with Discord, Express
**Getting Started**
__Prerequisites__
Before you begin, ensure you have met the following requirements:
You have installed the latest version of Node.js and npm.
You have a Discord account and access to the Discord API.
Installation
Clone the repository:
sh
Copy code
git clone https://github.com/Takemyeye/belance.git
Navigate to the project directory:
sh
Copy code
cd belance
Install the dependencies:
sh
Copy code
npm install
Running the Application
Start the development server:
sh
Copy code
npm start
Open your browser and navigate to http://localhost:3000 to see the application in action.
**Contributing**
Contributions are welcome! Follow these steps to contribute:
**Fork the project.**
Create your feature branch (git checkout -b feature/feature-name).
Commit your changes (git commit -m 'Add some feature').
Push to the branch (git push origin feature/feature-name).
Open a Pull Request.