Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About me #3

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
69 changes: 42 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,56 @@
# React To The Future Hackathon 🛫

## The Brief

The project brief, alongside API documentation can be found on Notion, [click here](https://www.notion.so/planesstudio/Planes-Hackathon-Brief-a786934e04f0469ebbf4816149942c9a).

## Getting Started
## Description
<Name> is a front end React application for users to check air quality in an area.

# Installation and Usage
Clone or download this repo.
Navigate to root directory of this repository and open the terminal:

To start up the client:
`cd React-to-the-future`
`npm install`
`npm run start`

It should load on: http://localhost:3000/

# Technologies
- HTML, CSS, JavaScript

In this repository you will find a template of a single page application in React. Feel free to create your own or use this to get started in your teams.
### Dependencies:

- react, react-router-dom, chakra-ui/react, axios

#### Step 1. Clone this repository:
```sh
git clone https://github.com/teamplanes/React-to-the-future.git
```
### DevDependencies:
-

**Now, change directory to the project**
```sh
cd React-to-the-future
```
# Process
1. Plan! Come up with an idea on paper, create a wireframe and user stories
2. Create react front-end using Plane's [template](https://github.com/teamplanes/React-to-the-future)
4. Install dependencies and prepare codebase
5. Start with search functionality and API fetch

#### Step 2. Install dependencies:
## Changelog

```sh
yarn install
```
**OR, using npm.**
### react
1. Remove boiletplate code
2. Create search page, about page, main components and history feature

```sh
npm install
```
## Bugs
- [x] props data showing as undefined - cannot share data between components

# Wins & Challenges

#### Step 3. Run the project locally:
### Wins
- Making new friends and working together!

```sh
yarn start
```
### Challenges
- Time!
- New or unfamiliar with react

**OR, using npm**
```sh
npm run start
```
# Future Features
- User accounts
- Linked to property search API
Loading