Giter VIP home page Giter VIP logo

talis-fb / kickstart-board Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gustavosizilio/kickstart-board

0.0 0.0 0.0 1016 KB

This project was created exclusively for the KickStart selection process. It demonstrates the use of Vue 3, TypeScript, Vite, and TailwindCSS.

Home Page: https://dad.talison.dev/

JavaScript 1.76% TypeScript 39.03% CSS 11.30% HTML 0.28% Vue 47.50% Dockerfile 0.13%

kickstart-board's Introduction

KickStart Selection Process Project

This project was created exclusively for the KickStart selection process. It demonstrates the use of Vue 3, TypeScript, Vite, and TailwindCSS.

Technologies Used

  • Vue 3: A progressive JavaScript framework for building user interfaces.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • Vite: A next-generation frontend tooling that focuses on speed and performance.
  • TailwindCSS: A utility-first CSS framework for rapidly building custom user interfaces.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/kickstart-selection-project.git
    cd kickstart-selection-project
  2. Install dependencies:

    npm install
    # or
    yarn install

Running the Project

To build and start the project, use the following commands:

  1. Development Server:

    npm run dev
    # or
    yarn dev

    This will start the development server and you can view the project at http://localhost:3000.

  2. Build for Production:

    npm run build
    # or
    yarn build

    This will build the project for production in the dist directory.

  3. Preview the Production Build:

    npm run serve
    # or
    yarn serve

    This will serve the production build locally to verify everything is working correctly.

Project Structure

The project structure is organized as follows:

  • public/: Contains static assets that are served directly.
  • src/: Contains the main source code for the application.
    • assets/: Contains static assets like images and fonts.
    • components/: Contains Vue components.
    • composables/: Contains reusable composition functions.
    • layouts/: Contains layout components that wrap around pages.
    • pages/: Contains the page components.
    • router/: Contains the Vue Router configuration.
    • store/: Contains the Vuex store configuration.
    • styles/: Contains global styles and TailwindCSS configurations.
    • utils/: Contains utility functions and helpers.
    • App.vue: The root component.
    • main.ts: The entry point of the application.
    • env.d.ts: TypeScript environment configuration.

Additional Information

This project was set up to evaluate the frontend development skills of candidates for the KickStart selection process. Candidates are expected to implement specific features and enhancements on top of this project to demonstrate their proficiency in Vue 3, TypeScript, Vite, and TailwindCSS.

Please refer to the project documentation and instructions provided during the selection process for more details.


kickstart-board's People

Contributors

talis-fb avatar gustavosizilio 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.