Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 688 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 688 Bytes

Medilo

Social media app to connect to your friends and share images together, liked and comment for each others.
I developed this project as a learning experience for React.js, Redux.js, RestAPI and firebase.

Used Technologies

  • React.js
  • Redux.js
  • redux toolkit
  • Firebase
  • formik
  • yup

How to use code

First you should clone the project.

git clone https://github.com/erfan-amani/bookily

After cloning install dependencies:

npm install 
# or
yarn

Then, run the development server:

npm run start
# or
yarn start
# or
pnpm start

Open http://localhost:3000 with your browser to see the result.