Code Monkey home page Code Monkey logo

pathssearch's Introduction

Graph Traversal Visualiser 2.0

Intro

Visualise the path from multiple nodes to another byt using common algorithms like DIJKSTRA, BFS, DFS and A star.

  • You can find the live deployment here

๐Ÿ” Preview

Screenshot 2023-09-14 at 1 35 25 PM Screenshot 2023-09-14 at 1 35 34 PM

๐Ÿ“š Table of Contents

๐Ÿš€ Features

The application visualised the path from one point to another. Can be manually set to:

  • Traverse from a starting node to the end ndoe
  • Place walls between the points to find alternate paths
  • Place traffic between the points which would remove when the node has been met twice.

๐Ÿ”ง Getting Started

Clone the project

  git clone [email protected]:somtooriaku/PathsSearch.git

Go to the project directory

  cd YouTube

Install dependencies

  npm install

Start the server

  npm run start

Remember to install dependencies after cloning it locally.

Run Development Environment

yarn dev # npm run dev

Build for Production

yarn build # npm run build

๐Ÿ‘ฉโ€๐Ÿ’ป Technologies and Libraries Used

  • React
  • TypeScript
  • Jest

Bootstrapped with my React.js template.

โ™ฟ Accessibility

This application was built using a design first principle and is fully accessible on all possible platforms. The design is restructed for all forms of devices. It also has an accessibility score of 100 according to Google lighthouse. This was achieved using semantic elements and aria labels using a11yproject's checklist.

๐Ÿงช Testing

Unit tests have been written for all components using Jest. You can run all tests in watch mode by using the command line:

yarn test # npm run test

Alternatively, generate coverage by using the following:

yarn test:coverage # npm run test:coverage

๐Ÿ“ Notes

All components were developed from scratch and implemented based on the design system created for this challenge.

License

MIT

License

MIT

pathssearch's People

Contributors

somtooriaku avatar

Watchers

 avatar

pathssearch's Issues

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.