About • Features • How it works • Tech Stack • Author • License
📷 upfi - app to upload images.
Project developed during the Ignite ReactJS course from Rocketseat.
- Users can upload images and gifs
- Users can load more images by demand
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone git@github.com:bfukumori/upfi.git
# Access the project folder in your terminal
$ cd upfi
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run start
# Create your own env variables
# The application will open on the port: 3000 - go to http://localhost:3000
The following tools were used in the construction of the project:
Website (React + TypeScript)
This project is under the license MIT.