Skip to content

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

License

Notifications You must be signed in to change notification settings

danigiorgio/evently

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published