A React app for creating and visualizing events, using Json-Server as a full fake REST API to store them.
👩💻 Demo
- React
- Json-Server
- React-bootstrap
- Styled Components
- Git
- Yarn or Npm
- Run the following commands
$ git clone https://github.com/danigiorgio/evently.git
$ cd evently
$ yarn
$ yarn start
Open another console window and run:
$ yarn server
(starts json-server at port 3001, you can change this in package.json)
Production uses this heroku url -> https://json-server-evently.herokuapp.com/ that has the same content as db.json, see this repo about how to implement this.