zhuxindaba / react-hooks-typescript-realworld

Exemplary real world application built with React Hooks + Typescript

Home Page:https://react-hooks-typescript-realworld.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

React Hooks + Typescript codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with React Hooks and Typescript including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the React Hooks and Typescript community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Describe the general architecture of your app here

Todos

  • Testing
  • Improve Accessibility

Getting started

# Clone the reposiory
git clone https://github.com/haythemchagwey/react-hooks-typescript-realworld.git
# Cd into the folder
cd react-hooks-typescript-realworld
# Install the dependencies
npm install
# Run the development server
npm start

About

Exemplary real world application built with React Hooks + Typescript

https://react-hooks-typescript-realworld.netlify.com/


Languages

Language:TypeScript 91.1%Language:JavaScript 4.8%Language:HTML 3.3%Language:CSS 0.8%