Giter Club home page Giter Club logo

macato's Introduction

Hi, I'm Nada!

Cyber Information Security Engineering at UCAS

Member at @SadeemClub

Graduated from the 11th cohort of the Career Accelerator Program at GSG

Full-stack Developer at Google For Startups

Using Linux OS ๐Ÿง

I'm interested in space and cosmology โœจ


A little more about me...

const nada = {
  pronouns: "she" | "her",
  Languages and tools: [HTML, CSS, SASS, Javascript, Reactjs, Gatsby, Storybook, Nodejs, Expressjs, C++, Python, Java, API, SQL, Postgresql, Mongodb, Jest, Github, Matlab, Figma, photoshop, Trello, Notion],
}

Activity


Contact

Twitter: abuzaid_nada

macato's People

Contributors

nada-abuzaid avatar

Watchers

 avatar

macato's Issues

Documentation Issue

Documentation

Colors:

#E93314: Main color
#222222: Buttons
#666666: Dark gray
#5e646a: Light gray

Font Family:

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

CSS rules to specify families:

font-family: 'Poppins', sans-serif;

Git Flow:

Branches Name: issueNumber-Task

Figma

Hackmd

Discuss Business Plan

  • Study the targeted users for the application and competitors, see user reviews and complaints

Back-end Routes

Backend Routes

Labels: back-end, route

Failer Response: { msg } & status()

General Routes

Title Description Protected Required middleware Request Success response Errors
POST/signup create account & give token No No { email, username, password } { data, msg } & status(201) email exist? 409 wrong password? 401 invalid email? 400
POST/signin verify & login user No No { email, password } { data: {email, username}, msg } & status(200) email not exist? 409 wrong password? 401

Front-end Routes Templates

 Title should be: Name of the page - /route 
 with labels front, Route
    
    Route    '/'
    signed in only?    false
    admin only?    false
    
    Screenshot from figma
    
    Components:
    component 1
    component 2

Back-end Routes Templates

Title should be: 
METHOD/full-route  POST/login 
with labels Back, Route

Description: 
what route should do

Protected: Yes/No
Required middleWares: if exists

Response
Successs : {data , status: 200}
Failure: {msg, status: 400} // validation fails
{msg, status: 401} // validation fails

Request body: if exists
{
  x: 'y'
}

Validation
{
  x: string.min(19)
}

Tests:
 all our status code
 200 => 

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.