https://github.com/pavanpodila/react-first
A get-the-ball-rolling project with Create React App. Used to introduce React
https://github.com/pavanpodila/react-first
create-react-app intro react ui virtual-dom web
Last synced: about 2 months ago
JSON representation
A get-the-ball-rolling project with Create React App. Used to introduce React
- Host: GitHub
- URL: https://github.com/pavanpodila/react-first
- Owner: pavanpodila
- Created: 2018-03-23T06:08:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T10:57:45.000Z (over 8 years ago)
- Last Synced: 2025-06-04T20:16:21.580Z (about 1 year ago)
- Topics: create-react-app, intro, react, ui, virtual-dom, web
- Language: JavaScript
- Size: 16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-first
A simple React project to get you off the ground. 🚀🚀🚀
Based on [Create React App](https://github.com/facebook/create-react-app).
>  \
Used for the webinar on [UI Development with React](https://www.techgig.com/webinar/UI-Development-with-React-1248)

## Get started
- Make sure you have Node installed.
- Run the following commands in your project folder
```text
> npm install
> npm start
```
## Demo coverage
- [ ] Basic components
- [ ] Clock component
- [ ] Background component
- [ ] Routing with react-router
- [ ] MobX stores