euguilhermegirardi / DevRadar-Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevRadar-Frontend

This is the frontend of the DevRadar project developed by Rocketseat, a Brazilian company that teaches Node.JS, ReactJS and React Native. This is a project where I could learn many professional techniques that is used in "the real world".

About the project

  • The DevRadar is an application where you can search for developers within 10km around you.
  • You register the developer in the frontend and you search him/her using the app.

The frontend

The frontend was developed with ReactJS using axios for the http requests. react-router-dom was used to handle the routes in this application and socket.io to connect the requests from the mobile to the web in real-time.

Login homepage

Getting started

  1. Prerequisites
  • npm

    npm install npm@latest -g
    
  1. Installation
  • Clone the repo

    git clone https://github.com/euguilhermegirardi/DevRadar-Frontend.git
    
  1. Install NPM packages

    npm install
    
  2. Run the application

    npm run start
    
  3. Note: You have to run the backend to run this application.

Contributing

  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

MIT

About


Languages

Language:JavaScript 59.4%Language:CSS 35.4%Language:HTML 5.2%