Code Monkey home page Code Monkey logo

front-example's Introduction

Sample pages for frontend developers

Stack

  • Next.js + Typescript
  • Tailwind CSS
  • Ant Design (Design System)

Atomic Design Pattern

  • page.tsx
    • contains Container
  • Container
    • contains Template
    • handle all props
    • handle business logics
  • Template
    • contains Modules
    • set layout
  • Module
    • contains Components and Atoms
  • Component
  • Atom
    • Basic component declared in Figma

Sample pages

  • /sample/empty : to understand design pattern
  • /sample/home : default page with header and footer
  • /sample/pageWithModal
  • /sample/pageWithForm

Your Mission

  • Figma Link - work to do
  • No questions allowed before your mission is done
    • This is part of our process
    • You can ask question after your misssion is completed
  • Use ESLint required
  • Step 1.
    • Request your github account to be invited
  • Step 2.
    • Analyze the given code pattern
    • Understand the structure and functionality of the code
  • Step 3.
    • Create a folder with a short name under the /app directory.
    • Example: /app/david
    • make your own branch from dev
      • git checkout dev
      • (dev) git checkout -b david
      • (david) git push origin david
  • Step 4.
    • Create one Pull Request (PR) for each route
    • /app/david/testPage1
      • branchName : david_testPage1
      • Create a PR when your work is done
    • /app/david/testPage2
      • branchName : david_testPage2
      • Create a PR when your work is done

front-example's People

Contributors

daewookoh avatar kiteprize avatar bsangs avatar

Stargazers

Michael Adebayo avatar  avatar

Watchers

soulhammer avatar  avatar Sun Tae, Kim 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.