shal0mdave / todo-client

A simple To-do client app, written in React. Utilizing React Hooks (useReducer, createContext, useContext, useState, useEffect), JSON API, advanced/responsive styling using SASS/grid.

Home Page:https://todoclient.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction


A simple To-do client app, written in React. Utilizing React Hooks (useReducer, createContext, useContext, useState, useEffect), JSON API, advanced/responsive styling using SASS/grid.

All the data is pulled from a mock JSON API hosted on Heroku.
For details on that, check here: (JSON API) https://github.com/shal0mdave/todo-api


Getting Started

Install dependencies:

npm i
# or
yarn


Run the development server:

npm run dev
# or
yarn dev


Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A simple To-do client app, written in React. Utilizing React Hooks (useReducer, createContext, useContext, useState, useEffect), JSON API, advanced/responsive styling using SASS/grid.

https://todoclient.vercel.app


Languages

Language:JavaScript 47.5%Language:SCSS 45.9%Language:HTML 6.6%