- About Ampere-Social
- Technology and libraries used
- Pre-requisites and project setup(in local)
- Let us connect
Ampere-Social - a social media application like pinterest
-
Home - a regular landing page.
-
Boards and Pins - Users can
-
create boards
-
create pins
-
add pins to their board
-
comment on other people pin
-
follow other creators
- Reactjs
- Typescript
- Styled Components
- React Router
- Redux Toolkit
- Redux Toolkit Query for Data fetching
- Redux Persist for persisting data
- Responsiveness - This app is completely responsive and can be accessed in all kind of devices.
- Proper messages for error/exception handling across the application
- Use of loader to show status of tasks
Install NodeJs(if not already installed)
Clone dev branch of this repo to local using:
git clone https://github.com/FarhanMobashir/ampere-social-frontend.git -b dev
Go into the project folder
cd project-name
Install all the npm packages
npm install
Run the application using:
npm start
The application runs on localhost:3000