Skip to content

erfan-amani/medilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.