pablogiaccon / nlw-heat-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Next Level Week Heat

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

DoWhile 2021

Next Level Week Heat is a week where the aim is to take the student to the next level in their career.

This week, a complete application, backend, frontend and mobile will be built.

This week’s application will be Do While 2021

Do While it's an environment where event participants can share their expectations and experiences acquired during the event..

Built With

Getting Started

For this project, the backend project needs to be running, you can find it at project back-end node

First, clone the repository and move to the file

  git clone https://github.com/pablogiaccon/nlw-heat-web/

  cd nlw-heat-web

Prerequisites

You need to have a node LTS installed

Installation

After installed the node and clone the repository

  1. Install NPM packages
    npm install
    # or
    yarn
  2. Execute the project
    npm run dev
    # or
    yarn dev
  3. Open https://localhost:3000 with your browser to see the result

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Pablo de Souza Giaccon - psjacon1995@gmail.com

Project Link: https://github.com/pablogiaccon/nlw-heat-web

Acknowledgements

About

License:MIT License


Languages

Language:TypeScript 58.8%Language:SCSS 35.9%Language:HTML 5.3%