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

https://github.com/ostrynska/event-planner


https://github.com/ostrynska/event-planner

eventplanner react test-task-developper

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

📎Event Planner - test task for internship at SoftRyzen company

The app is a web-based application that allows users to plan and organize events.

## Description

You can find it in the app: The main page where users can view the list of upcoming events.
Event creation page, where users can fill out a form with the necessary information about the event, such as name, date, time, location, description, etc.
Even more importantly, the event page, which displays detailed information about a specific event..

## Tech Stack
* Client : React
* Server : JSON Server
* Deployment : Netlify, Render

## How To Run:
**1. Open terminal (Mac OS) or cmd (Windows)**

**2. Check npm version:**
* `npm -v`
- Should print something like `6.4.1`

**3. Install Dependencies**
* Navigate to the project folder and run: `npm install`

**4. Run Project**
* `npm start`