About the project | Deploy | Technologies | Getting started | How to contribute | Authors |
This application aims to share tools in one place! The application is open and can be useful for salespeople, designers, developers and product managers.
This application was created through wireframes and made the UI Design in Figma, you can access with this link. It was quite fun to choose the colors and the identity of the application, I hope you like it.
You can use the application, follow the link https://cool-tools.netlify.app/
Technologies that I used to develop this api
- ReactJS
- TypeScript
- React Router DOM
- React Icons
- UnForm 💜
- Styled Components
- Axios
- Eslint
- Prettier
- EditorConfig
Clone the project and access the folder
$ git clone https://github.com/larabeatrizms/frontend-vuttr.git && cd frontend-vuttr
Follow the steps below
# Starting from the project root folder, go to frontend folder
$ cd frontend
# Install the dependencies
$ yarn
# Be sure the file 'src/services/api.ts' have the IP to your API
# Start the client
$ yarn start
Make a fork of this repository
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork larabeatrizms/frontend-vuttr
Follow the steps below
# Clone your fork
$ git clone your-fork-url && cd frontend-vuttr
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch
👤 Lara Beatriz
- Twitter: @LaraBeatrizMS2
- Github: @larabeatrizms
- LinkedIn: @larabeatrizms
Made with 💜