chisomije92 / cj-note-client

This is a wep app that enables the user to write Javascript code conveniently

Home Page:https://cj-note-client.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CJ-NOTE INTERACTIVE CODE CLIENT

REACTJS Typescript React-Redux

This is a wep app that enables the user to write Javascript code conveniently. This platform also present the user with the feature of writing documentation in markdown for the code.

The command line interface version of this app can be found at CJ-NOTE CLI and CJ-NOTE github repo.

CJnote-client

Table of contents

Overview

Links

Usage instruction

To use the app, please note the following:

  • Add new cells by hovering on the divider between each cell
  • Click on any cell to edit code or markdown
  • Variables defined in a code cell can be referred to or used in another code cell
  • Use the built-in show function to display a React component, string, number, object etc.
  • Re-order or delete cells by using the buttons on the top-left

My process

Built with

Knowledge Acquired/Areas improved on

I improved my knowledge on and gained practical experience with the use of the following:

  • Redux toolkit (specifically middlewares and thunks)
  • Resizing React components
  • Implementing a code editor
  • Implementing a markdown editor

Credits

My implementation of this project was possible thanks to the knowledge acquired from the courses below:

Author

Chisom Ijeomah

About

This is a wep app that enables the user to write Javascript code conveniently

https://cj-note-client.vercel.app/


Languages

Language:TypeScript 82.3%Language:CSS 12.5%Language:HTML 5.1%