GithubHelp home page GithubHelp logo

maaz4324 / frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kwickerhub/webcraftifyai

0.0 0.0 0.0 3.37 MB

The repository for the ACES software aid frontend. Making it easier to develop and build content on the internet.

License: MIT License

Python 2.40% CSS 19.38% Hack 0.13% HTML 78.09%

frontend's Introduction

ACES Software Aids

This is a repository for the front-end of the Software Aids project. ๐Ÿ‘‹ The Aim of this project is to make it extremely easy for people around the world to create and build web pages/content.

Setup ๐ŸŽฏ

To avoid the stress, If you know; That your intensions are purely to use this software and not neccessarily to contribute, Visit https://kwickerhub.com and begin using the software. It is safe, simple and less stressful.

But if you intend to contribute, you have to follow the steps below. Firstly, clone this repo using:

git clone *repo URL here (without asterisks)*

To have a better experience, you may also want to clone our backend project as the frontend project feeds directly from that API. clone both the backend and frontend in one folder. Enjoy the power of KwickerHub.

git clone *repo URL here of backend (without asterisks)*

read the set-up file in the backend and get the backend strucutures and Database installed. import the SQL file into your SQL manager(or PHPmyAdmin) open the frontend section in your localhost.

Contributions

โ€ผ๏ธ Version Control Conventions (IMPORTANT! Make sure you read this before you contribute!) โ€ผ๏ธ

  • Create a new branch for every feature you add.
  • Push and create a pull request to the dev branch.
  • Do not push directly to main, dev or deploy branches!
  • Use snake_case for branch names.
  • Write descriptive commit messages.
  • Explain what you did in a few words in your pull request comment.
  • Never merge or close a PR by yourself - one person is solely responsible for handling this to avoid confusion!

Style Conventions โœ๏ธ

You'll see the folder structure and file naming standards, please abide by them.

  • Create a folder for the page you're working on in the pages folder.
  • Create css, images, js files within the appropriate folders.

Below is a sample of the folder structure:

 |-- assets
    |-- icons
    |-- img
    |-- css
    |-- vendor

 |-- pages
     -signup.html
    
  • Create all JS files in the js folder

  • Images & icons go in the images & icons folders respectively.

  • Use lowercase letters for file names.

  • Use hyphens for naming CSS-classes and IDs, eg header-section. Use readable names.

  • For Javascript functions/variables, use the snake_case naming convention.

  • Please remember to write comments so that others can follow.

Style Guide Examples ๐Ÿ“–

Thank you and well done for contributing! ๐Ÿ‘

Typing Gif

frontend's People

Contributors

akashyadav24 avatar codetective avatar emmaglorypraise avatar etorojahokon avatar freemrl avatar gaurav-iitb avatar gideonakpan avatar manasvigoyal avatar neutr0n420 avatar ntemkenyor avatar parisatork avatar shyamala7 avatar utibeabasi6 avatar zickycodes 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.