KO
|
EN
gitlite — search
Search
#react
#python
#android
#docker
#javascript
#php
#typescript
#cli
#boilerplate
#vue
#async
#react-native
hackioca.com
★ 42
Open GitHub ↗
Hackioca: A Quali-tea Hackathon
Download README (.md)
Explore Similar Repositories
yoloimport
:
Never see another ImportError (April fools!)
LLVMCMakeBackend
:
An April fools joke, a llvm backend to CMake
gag
:
This project is a fork of Google Annotation Gallery
universal-search
:
April fools' day videos explaining Levin's universal search
fools2018
:
TheZZAZZGlitch's April Fools event 2018
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hackioca.com
?
Download (.md)
# Hackioca by Hack the North  [](https://app.netlify.com/sites/hackioca/deploys) ### Introduction [Hackioca](https://hackioca.com) was built as an April Fools' 2019 joke by [Hack the North](https://hackthenorth.com). Feel free to poke around or open an issue to ask a question! ### Notable features - Interactive "Build-your-own-boba" hero section (change flavors and toppings on cup) - Background color and graphics change based on the flavor and topping selected - Smooth page scrolling with navbar and footer links - About, schedule, judges, workshops, activities, sponsors, prizes and FAQ sections ### How it was built - [React](https://reactjs.org/) to build simple yet powerful UI components - [Create React App](https://facebook.github.io/create-react-app/) to bootstrap and build the app - [Netlify](https://www.netlify.com/) to serve live pull request branch previews and host [hackioca.com](https://hackioca.com) - [TypeScript](https://www.typescriptlang.org/) to write typesafe code - [Styled Components](https://www.styled-components.com/) to style our React components - [North](https://www.npmjs.com/package/@hackthenorth/north) to test-run our in-development, re-usable, themeable component library (open source coming soon!) ### Playing around locally 1. Install git, node and npm 2. Clone the repo and navigate into it ``` $ git clone https://github.com/hackthenorth/hackioca.com.git $ cd hackioca.com ``` 3. Install dependencies ``` $ npm install ``` 4. Start the dev server ``` $ npm start ``` 5. It should open automatically, but if not access the site at: http://localhost:3000/