A comprehensive portal for hackathons where students can submit their work and judges can evaluate in one place. It is an app that helps you organize and evaluate Hackathons.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To get started with this project you need a basic knowledge of the following.
Javascript (ES6)
NodeJs
SQL (Postgres)
Version Control (Git)
- After cloning the repository, in the project directory,
cd
into hackton-frontend and you can run:npm install
oryarn install
in the console. - Then run
npm start
oryarn start
.
The following should be inside .env
file for the app to function correctly.
REACT_APP_API_URL='https://hackton-staging.herokuapp.com'
Run npm test
or yarn test
in the console.
- EditHackathon test - renders the User EditHackathon template correctly
- EventOnboarding test - renders the User EventOnboarding template correctly.
- HackathonForm test - renders the User HackathonForm template correctly.
- HackathonSingle test - renders the User HackathonSingle template correctly.
- UserOnboarding test - renders the User UserOnboarding template correctly.
- UserProfileForm test - renders the User UserProfileForm template correctly.
- React - The web framework used.
- Redux-saga - State management tool.
- Styled-components - Used to generate styles.
- Formik - Component that helps with building forms
- Moment - A free and open source JavaScript library that removes the need to use the native JavaScript Date object directly.
- Coveralls - Ensure all code is covered by test suite.
- Jwt-Decode - A library to decode jwt tokens.
- Dotenv - A zero-dependency module that loads environment variables from a .env file into process.env.
- Query-string - Used to retrieve the variable values in the HTTP query string.
- Eslint - A tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This is version 0.0.3 (Release canvas 2)
- Pascal Ulor - Team lead - github
- Mariam Adedeji - Team member - github
- Mike Perry Attara - Team member - github
- Justinas Vebra - Team member - github
- Mildred Otieno - Team member - github
- Ayomide Jones - Team member - github
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Lambda