Skip to content

reactnativee/react-projects-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Projects

A couple of projects to get familiar with the React framework.

Giphy Giphy

Projects

  1. todo: Basic todo app to get started.
  2. tictactoe: A tic-tac-toe game uses states and props.
  3. markdown-editor: A real-time markdown editor SPA. (Live Demo)
  4. basic-react-redux: Basic react-redux project which handles articles in its store.
  5. book-store [WIP]: Online book store built over react-redux and Bootstrap for UI.
  6. trip-mate: Manage and keep track of your trips with this simple, smooth webapp. Uses react-router, custom styling. (Live Demo)

Development

Projects such as create-react-app and react-slingshot have been used to setup development envs.

Install all dependencies using yarn

yarn install

Start the development server

yarn start

Contributing

Feel free to open issues and pull requests!

About

A collection of projects built on the React library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 11.1%
  • CSS 9.0%