Skip to content
View C-Sim's full-sized avatar

Block or report C-Sim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
C-Sim/README.md

Hi, I'm Cherelle

A skilled full-stack developer from the UK

  • 🌱 Currently upskilling in React, Typescript, MERN

  • 👨‍💻 All of my projects are available here.

Languages and Tools:

react bootstrap css3 git heroku html5 javascript jest mysql nodejs postman express

 c-sim

c-sim

Pinned Loading

  1. we-care-react we-care-react Public

    Front end for app allowing efficient collaboration between carers and care users.

    JavaScript 4 2

  2. coding-mentoring coding-mentoring Public

    Forked from Am0031/coding-mentoring

    Platform to match coding mentors with coding mentees

    JavaScript

  3. social-network-api social-network-api Public

    An API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. Using Express.js for routing, a MongoDB database, and the Mon…

    JavaScript

  4. code-blog code-blog Public

    A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts. Built from scratch and deployed to Heroku. Following the MVC…

  5. eComm-back-end eComm-back-end Public

    Back end for an e-commerce site. Configuration of a working Express.js API to use Sequelize to interact with a MySQL database.

    JavaScript

  6. Regular Expression (regex) tutorial ... Regular Expression (regex) tutorial for email address
    1
    # Regular Expression (Regex) Tutorial: Email
    2
    
                  
    3
    In Javascript, regular expressions are objects that use their own language to represent patterns in strings. They can be used in conjunction with methods to perform a variety of functions. This tutorial will walk you through the components that are used to match a standardised email address.
    4
    </br>
    5