Git Product home page Git Product logo

pirated-medium.com's Introduction

pirated-medium.com

A pirate version of medium.com

roadmap

  1. 学习 gin 的使用
    1. 如何解析 json 数据?Model binding and validation
  2. 加入 mysql-driver
  3. 后端基础功能实现,准备好开发业务 [2020.03.22]
  4. 前端使用 next.js apollo-react client 实现 ssr
    1. next.js ts styledComponents [2020.03.22]
    2. 加入 apollo api-routes-apollo-server-and-client-auth
  5. 前端调通后端接口,准备好开发业务
  6. 开始按照开发顺序进行开发
    1. 实现 medium.com 未登录首页的 tags 列表
    2. ...
  7. ...

how to develop?

  1. 按照使用 medium 的顺序进行开发
    1. 进入到首页
      1. 推荐 tags 列表
      2. 固定文字内容
      3. 用户评语列表
      4. 点击 "Get started" 按钮弹出登录框
    2. 登录框操作
      1. 选择注册
        1. 可以选择使用微信或者 qq 进行登录
        2. 或者使用邮箱进行注册
      2. 直接登录
        1. 选择使用微信、qq 还是邮箱进行登录
    3. 实现登录
    4. 登录后进入到文章首页
    5. ....
  2. 进入到一个页面需要什么功能,先写接口,再画界面

wiki

  1. server 编译成 windows app
    sudo GOOS=windows GOARCH=386 go build -o server.exe
  2. windows 下批量转换 CRLF to LF, 安装 dos2unix.exe, 递归转换
    for /R %G in (*.tsx) do dos2unix "%G"

todo

  1. ...
  2. ...

inspired by

  1. https://github.com/zhxuc/wipi
  2. https://github.com/wenjianzhang/go-admin

Acknowledge

  1. with-apollo-and-redux
  2. typesafe-actions
  3. react-redux-typescript-guide

pirated-medium.com's People

Contributors

yrjkqq avatar

Watchers

 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.