https://github.com/sachuverma/full-stack-web-development-with-react
https://github.com/sachuverma/full-stack-web-development-with-react
bootstrap4 reactjs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sachuverma/full-stack-web-development-with-react
- Owner: sachuverma
- Created: 2020-04-22T06:30:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T11:35:15.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T10:33:01.955Z (about 1 year ago)
- Topics: bootstrap4, reactjs
- Language: JavaScript
- Homepage:
- Size: 7.94 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Front-End Web Development with Bootstrap, React
### 1. Bootstrap 4 Practice
A simple restaurant website made using bootstrap framework
[View site here](https://sachinverma53121.github.io/Full-Stack-Web-Development-with-React/Bootstrap4/dist/index.html)
### 2. React.JS
Webapp can be run at your localhost:3001
Must have json-server npm module ( install using `npm i -g json-server` )
Just download react_server folder, it contains build from Reactapp and database in json format
Start webapp using `start-server.bat` file
### 3. Tic-Tac-Toe
A simple tic-tac-toe game using React.js
[View here](https://sachu-tic-tac-toe.netlify.app/)
- Lets you play tic-tac-toe,
- Indicates when a player has won the game,
- Stores a game’s history as a game progresses,
- Allows players to review a game’s history and see previous versions of a game’s board.