Created for the Square Friends App Challenge
Locate App here:s https://triple0t.github.io/square-friends/
This project was bootstrapped with Create React App.
npm install
npm run
App is in src
This contains the whole Application files
Translation
You can locate the Translation files here: *src/locals*
We currently have support for only English and French
More can be added by Coping the keys from any of en.json
or fr.json
and updating the Array on *src/components/language-selector.tsx*
Friends list json
The UI is generated from the Friends List json file located at: public/friendslist.json
You can add, update and remove friends from the list.
- Pulling Friends from json file:
public/friendslist.json
- Responsive Application accross all devices
- Language localization with support for English and French
- UI component using Tailwind
- Ability to Star, Favorite and Follow a Friend
- Custom Friend Detail Page
- Persistent Storage on the Browser with localstorage
- Support for Dark Mode
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- TypeScript for types
- Tailwind CSS for UI styling
- ESLint & Prettier for code formatting and linting
- Craco for customizing Create React App
- Jest for testing
- Axios for networking
- Heroicons for icons