:book: About
This is a project developed to create a landing page for companies that want to
recruit customers to create a business relationship.
C4B is formed by frontend and backend. In this repository you will find all
frontend related files.
C4B is a B2B product, but it can be tweaked to be adapted for other uses because
all of its componentes are independent and adaptable.
:sparkles: Features
:heavy_check_mark: Editable texts
:heavy_check_mark: Editable images
:heavy_check_mark: Responsive design
:heavy_check_mark: Interchangeable components
:heavy_check_mark: Rating system for the process
:heavy_check_mark: Form to make first request
:heavy_check_mark: FAQ Section
:heavy_check_mark: Feedback/doubt form
:heavy_check_mark: Form to collect extra user data
:heavy_check_mark: Contact form
:rocket: Technologies
The following tools were used in this project:
:white_check_mark: Setup
npm install
# Installs required packages and shows any missing dependencies.
npm run serve
# Compiles and hot-reloads for development
npm run build
# Compiles and minifies for production
npm run lint
# Lints and fixes files
# The server will initialize at localhost:8080
:checkered_flag: Configuration
All colors can be edited in the file located at /src/config/styles.ts
All texts can be edited in the file located at /src/config/variables.ts
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
:rotating_light: Issues
Feel free to submit issues and enhancement requests.
:waxing_crescent_moon: Contributing
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork