Code Monkey home page Code Monkey logo

next-hackernews's Introduction

next-hackernews

Hackernews clone build with:

Build Setup

Clone this project, install npm packages, and, start node server.

git clone https://github.com/s-kikuchi/next-hackernews.git
cd next-hackernews
npm install
npm run dev

Go to http://localhost:3000

Directory structure

This project follows Presentational + container components and Clean architecture

Directory Inside
common/ UI components, functions, or configs that use commonly
features/ Directories have domain components, functions, utilities
pages/ Nextjs page routing

common

In side common directory, there are api, components, hooks, and utils directories.

Directory Inside
api/ Functions and types for fetching data from backend
components/ Re-useful UI components
hooks/ Custom hooks
utils/ Utility functions that don't have effect and constants

Test

Tests are inside directory that related to.

Test direction

In this project, execute testing in the following 3 phases of tests.

  • Unit
  • Integration
  • E2E

Moreover, these are the features of tests in each phase.

Test Isolated / Integrated Environment Data Source
Unit Isolated Virtual DOM (Node) Mock (Local)
Integration Integrated Virtual DOM (Node) Mock (Local)
E2E Integrated Real DOM (Browser) Response (API)

Storybook

npm run storybook

Go to http://localhost:6006

Branch management

Create a new branch that follows GitHub flow.

next-hackernews's People

Contributors

s-kikuchi avatar

Watchers

 avatar  avatar

next-hackernews's Issues

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.