Coder Social home page Coder Social logo

kokua-frontend's Introduction

Kokua

Kokua is a library that provides useful resources for programming and design. That's it, pretty simple isn't it

Website

Kokua is located at https://www.kokua.wiki.

Running Locally

Prerequisites

  • Node.js installed on your machine (version 12 or higher recommended)
  • pnpm package manager installed globally (you can install it via npm: npm install -g pnpm)

Cloning the Repository

  • Open your terminal or command prompt.

  • Navigate to the directory where you want to clone the Kokua repository using the cd command:

    cd path/to/your/directory
  • Clone the Kokua repository from GitHub using the following command:

    git clone https://github.com/bolub/kokua.git
  • Change into the newly created kokua directory:

    cd kokua

Installing Dependencies

Once you're inside the kokua directory, use pnpm to install project dependencies:

pnpm install

This command will fetch and install all required dependencies listed in the package.json file.

After successfully installing dependencies, you can now run the Kokua project locally. Use the following command:

pnpm run dev

This command starts the development server and launches the Kokua application in your default web browser. Open your web browser and navigate to http://localhost:3000 to view the Kokua application.

kokua-frontend's People

Contributors

bolub avatar damicode18 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

maidabarrientos

kokua-frontend's Issues

Explore guides/collections

A guide/collection will mainly be a collection of resources. An example guide could be:

How to create a design system:

Then a description

Then the resources

  • Resource 1
  • Resource 2
  • Resource 3

Add ability to like a resource

okay so, a very simple implementation

  • user likes an item,

  • Increase count (api endpoint)

  • create a uuid for the user
    get itemId

  • Save uuid and itemId inside indexedDb, so we can use that to check if an item has been liked or not

Fix resource previews

We need a better way to fetch resource metadata.

Current issues:

  • Sometimes, we get a white image, probably default kicks in and adds a white overlay
  • Lots of cors errors, probably due to the current package, need to fix this asap

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.