Skip to content

majisti/react-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Sandbox

A tiny (and visually ugly) project that will allow you to quickly get working on a React toy project. Everything is setup for you to simply clone this and run it.

It will show a list of cards with dummy news data within them.

git clone https://github.com/majisti/react-sandbox.git
cd react-sandbox
sh bin/install.sh
sh bin/cra.sh

How to use this project

You can use this project to simply fool around and try to clean it up, add features, add interaction or simply test some bit of code you found online.

An idea of what a next step could look like would be:

  • Load data from a server
  • Add a loading state to the cards while data is being loaded
  • Allow the user to expand the card to read the whole article
  • Use a UI framework to ease styling the app
    • Material-UI, Semantic-UI-React, office-ui-fabric-react, etc

ES6 Basics

A little bit of documentation was created in ES6_BASICS.md, right in the repo. The intend of this file is to give you a quick and easy place to access some basic documentation on ES6 since React uses it so intensely.

About

A small React project to help you learn React!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published