Skip to content
/ to-do Public

A simple React App where different functionalities are demonstrated

Notifications You must be signed in to change notification settings

Hyper-TH/to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper's React App Playground

This project contains a simple React App that demonstrates several functionalities through different pages.

This is also the foundation of my self-learning for ReactJS. I started learning ReactJS by following a ReactJS Tutorial and my progress can be found here.

The different pages of the App and their functionalities

List of functionalities demonstrated: [TBE]

Below are the list of pages:

CounterPage

Users can input a number and decide to either add, reduce or reset the input number to 0.

Page
Counter component

ServerTest

The first playground for learning on how to connect to a local server using Express JS and through the server connecting to the Firestore.

Page allows a user to input a category and generate an excuse using the excuse generator API.

It is then stored into a Firestore database.

Page
Server

ExcusesPage

Page that displays a list of stored excuses from the Firestore.

Page

GitHubPage

A ReactJS implementation of this lab from my coursework.

Page
Repo Component
User Component

TaskPage

Users can add, update and delete their own tasks.

Page
Task component

About

A simple React App where different functionalities are demonstrated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published