Skip to content

Kindest13/event-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-organizer

It's just a simple event-organizer app. The main page represents events as blocks with info. You can create an event by pressing red "Create your own event" button, you'll be redirected to the creation form page(be aware all fields are required, end date can't be same or smaller than start date). Basically I was trying to not use libraries, so I've used just react with redux.(Mostly redux just to show the ability of using this technology, so go easy on me :)). The service stubs function invoke is commented in Main container. Also there is a server folder but its just for me its not provided.

Getting Started

Clone this repository to your local machine.

clone repository

$ git clone https://github.com/Kindest13/event-organizer.git

Go to the local copy of repository. Open terminal and run the following command

install all dependencies defined in package.json

$ npm i

run client

$ npm start

Built With

  • React - client library
  • Redux - state manager library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published