donice / PryBar

Meeting Scheduling app built wit hReactJs, TailwindCSS, NodeJs

Home Page:https://catchup.rsvp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catch-Up HNGi9

What better way to have a scheduled hangout with your friends where you can unwind after a busy week, this is why we built catch and all in one platform that solves this problem.

Built With

  • React Javascript
  • TailwindCSS

Prerequisites

The basic requirements for building the executable are:

  • A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
  • VSCode or any other equivalent code editor
  • NPM -Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

Getting Started

Cloning the project

git clone https://github.com/workshopapps/dinnerwithfriends.mobile.git

Getting packages and dependencies

To get all package modules required to build the project run:

npm install

every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.

Running

To run the program on a browser through a server run this command in your cli

npm start

This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.

Building

To build the project run:

npm run build

after you run this sucessfully you'd locate the build from in the build folder located from the parent directory of the project.

🀝 Contributors

🀝 Contributing

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.# catch_up

PryBar

About

Meeting Scheduling app built wit hReactJs, TailwindCSS, NodeJs

https://catchup.rsvp


Languages

Language:JavaScript 88.0%Language:CSS 10.6%Language:HTML 1.2%Language:Dockerfile 0.1%