danigiorgio / evently

A React app for creating and visualizing events, using Json-Server as a full fake REST API to store them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calendar

Evently

A React app for creating and visualizing events, using Json-Server as a full fake REST API to store them.

👩‍💻 Demo

✨ Tech

  • React
  • Json-Server
  • React-bootstrap
  • Styled Components

👷‍♀️ Installation & Set Up

Pre requirements

  • Git
  • Yarn or Npm
  1. 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.

About

A React app for creating and visualizing events, using Json-Server as a full fake REST API to store them.

License:MIT License


Languages

Language:JavaScript 88.8%Language:HTML 11.2%