https://github.com/ostrynska/event-planner
https://github.com/ostrynska/event-planner
eventplanner react test-task-developper
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ostrynska/event-planner
- Owner: Ostrynska
- Created: 2023-08-01T11:02:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:05:33.000Z (over 2 years ago)
- Last Synced: 2025-04-06T19:48:23.283Z (over 1 year ago)
- Topics: eventplanner, react, test-task-developper
- Language: JavaScript
- Homepage: https://your-simple-event-planner.netlify.app/
- Size: 2.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`