An open API service indexing awesome lists of open source software.

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

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.