Skip to content

vyse12138/react-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-projects

Some small projects implemented in React.

Demo can be found on:

https://react-projects.yuleiz.com/


1. Shopping Buddy

This is a straightforward shopping buddy app with clear UI:

Function of the app

  • Add new item to the shopping list
  • Remove item from the list
  • Edit exsiting item
  • Clear list

Validations

  • Check if the item enter is empty
  • Check if the item enter is alread exsited in the list
  • Remove item is disable when editing it

2. Clock

This is a clock app that tells you time is ticking:

Function of the app

  • Display the current time
  • Retrieve the current time
  • Counter

3. Tic Tac Toe

TicTacToe game implemented using react state hooks:

Function of the app

  • Play Tic Tac Toe!

4. Cocktail's Recipe

Fetching data from a cocktail database and display in this page:

Function of the app

  • Display a list of cocktails
  • Search for cocktail
  • Details of a single cocktail

5. Markdown Preview

Edit markdown and get real time feedback

Function of the app

  • edit markdown
  • real time feedback

About

Collection of small projects built with React

Topics

Resources

Stars

Watchers

Forks