GithubHelp home page GithubHelp logo

itkrivoshei / odincodeprojcts Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 194 KB

This repository features code-only solutions for The Odin Project assignments, focusing on terminal-based implementations from the JavaScript course

License: MIT License

TypeScript 100.00%
fibonacci mergesort recursion theodinproject hashmap linked-list binary-search-tree jest-tests prettier typescript eslint

odincodeprojcts's Introduction

πŸ§‘β€πŸ’» OdinCodeProjects

Welcome to the OdinCodeProjects repository, featuring various coding projects I've developed from The Odin Project. These projects are focused on different concepts in JavaScript/TypeScript.

πŸ—‚ Project Directory

Delve into the projects, each with its own challenges and learnings:

Project Name Source Code Assignment Link
πŸ§ͺ Testing Practice View Project View Assignment
🐴 Knights Travails View Project View Assignment
🌳 Binary Search Trees View Project View Assignment
πŸ—ΊοΈ HashMap View Project View Assignment
πŸ”— LinkedLists View Project View Assignment
πŸ”„ Recursion View Project View Assignment

πŸš€ Quickstart

  1. To run these projects locally:
git clone https://github.com/itkrivoshei/OdinCodeProjcts.git
  1. After cloning, install the dependencies at the root of the repository:
npm i
  1. Then, feel free to navigate to each project's directory to explore further.

πŸ”§ Development Tools

To maintain high code quality, this repository uses:

  • πŸ§ͺ Testing: Jest for unit tests. See Jest Config.
    npm test
  • πŸ•΅οΈ Linting: ESLint for code analysis. See ESLint Config.
    npm run lint
  • ✨ Formatting: Prettier for code formatting. See Prettier Config.
    npm run format
  • πŸ› οΈ TypeScript Config: Ensuring type safety. See TypeScript Config.

βš™οΈ Continuous Integration

GitHub Actions are configured to perform automated checks on pushes and pull requests, running the linter, formatter, and tests as outlined in node.js.yml.

πŸ“ How to Contribute & Security

Interested in contributing? Please read the CONTRIBUTING.md for guidelines on how to proceed. For security issues, refer to the SECURITY.md for reporting vulnerabilities.

πŸ“„ License

This repository is licensed under the MIT License.

odincodeprojcts's People

Contributors

itkrivoshei avatar

Watchers

 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.