GithubHelp home page GithubHelp logo

eventmanager's Introduction

Event Manager

Description

The Event Manager is a web application developed with Next.js that allows users to create, edit, and manage events. The application also displays a list of upcoming and past events.

Prerequisites

  • Node.js
  • npm, pnpm, yarn or bun(only linux or macOs)

Links

  1. Nexjs --> https://nextjs.org/docs
  2. React --> https://es.react.dev/

Installation

  1. Clone this repository.
git clone https://github.com/username/EventManager.git
cd EventManager
  1. Run the following command to install the dependencies:

    npm install
    yarn install
    pnpm install
    bun install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser.

Contributing

First of all, pull the latest changes on the remote master branch

git pull --ff-only origin master

Create a new branch and start working on it:

git checkout -b <new-branch-name>

Make sure you worked in a single functionality Then, add the changes and make the commit

git add .
git commit -m "Add <feature-name>"

Push the changes to the remote master branch

git push origin <new-branch-name>

Go to github and make a pull request

This process needs to be repeated every time you worked on a new functionality, try no to push changes on the master branch directly or the pull request will be close

Any doubt ask me, Diego, or open an issue

Love you <3

eventmanager's People

Contributors

gsi-kevincarrera avatar naybv03 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.