Git Product home page Git Product logo

test-tasks__dt's Introduction

Next.js + Redux Blog

DEMO LINK

How to run it

  1. Clone the repository git clone https://github.com/SeiAlek/test-tasks__dt.git
  2. Go into project folder cd test-task__dt
  3. Run npm install
  4. Run npm run dev
  5. Open in your Browser http://localhost:3000

Technologies used in the work

  • React + Next.js (SSR)
  • Redux
  • TypeScript
  • Styled Components
  • Axios

The Task Description

Hey, let's build a simple blog.

We will start with a simple MVP. It will have Posts and Comments features.

Functional Requirements

  • The blog should have Latest Posts page (/ route)

  • The blog should have Post page (/posts/:postId route)

  • The blog should have Create Post page (/posts/new route)

  • User should be able to create a new post

Technical Requirements

  • Code should be written with TypeScript

  • ESLint and Prettier setup for code linting

  • We want to support SSR in our application. As the most simple solution, use Next.js because it supports SSR out of the box

  • User interface should be built with styled-components

  • Make sure to use React hooks everywhere instead of class-based components

  • Redux as data layer with any middlewares set you to prefer

  • The project should have clear README with steps to run it

  • Network request handled with axios

  • Use functional programming if you are know-how. Ramda.js or lodash/fp is plus to your score

  • Deploy the app to any free hosting for review. This item is optional, but nice to have :)

API

To persist data and work with real API, we're going to use simple Node.js API created in a few minutes. API hosted in the cloud and you can query it from anywhere. API endpoints documentation: https://documenter.getpostman.com/view/1917440/RzteTChV

Design

The design is up to you. Simple, minimalistic and clean would be nice. As a general example check Ghost standard UI.

test-tasks__dt's People

Contributors

seialek avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Forkers

ishchuk-r

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.