An open API service indexing awesome lists of open source software.

https://github.com/konjoinfinity/project4frontend

Project 4 Front End
https://github.com/konjoinfinity/project4frontend

Last synced: 29 days ago
JSON representation

Project 4 Front End

Awesome Lists containing this project

README

          

# Project 4 Konjo Communities React App

Welcome to Konjo Communities where you can create, join, meet, grow, and comment about communities. This is the react web version of the project built using react.

Screen Shot 2019-04-12 at 12 10 35 PM

Screen Shot 2019-04-12 at 12 11 14 PM

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites & Installation

What things you need to install the software and how to install them:

-Mac Computer
-NPM package manager

Clone this repository and cd intro the project4frontend directory.

cd into the project4 directory and run the following command to install the dependencies.

```
npm install
```

To start the app run the following command.

```
npm start
```

The browser will open to run the react app.

## Deployment

This app was deployed to surge: https://konjomeet.surge.sh/

## Built With

- [ReactJS](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Bootstrap](https://getbootstrap.com/) - Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
- [Axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js

## Contributing

If you would like to contribute to this project, please feel free to submit a pull request!

## Authors

- **Konjo - Wesley Scholl** - _Initial work_ - [KonjoInfinity](https://github.com/konjoinfinity)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

- Thank you to the WDI/SEI 28 cohort and instructors.
- Inspiration - Improving project 2 with more functionality.