AfriSplash-Remotely / Afrisplash-Frontend

AfriSplash Remotely: Remote Work Marketplace

Home Page:https://afrisplash-frontend.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Afrisplash-Frontend

Preparation for Installation

Tech Stack

React - Nextjs πŸ˜ƒ, tailwindCSS πŸ€—, Redux 😌, Sass πŸ˜‰.

Please run the following after cloning:

To install dependencies;

npm install

To run project;

npm run dev

Docker setup

To setup up with docker build the image using

npm run docker:build

To run containner

npm run docker:publish

Available dependencies to help with project build process πŸ€“

Dependency πŸ‘Œ Link to documentation What is it used for
Heroicons https://heroicons.com/ , https://unpkg.com/browse/@heroicons/react@2.0.12/24/outline/ , https://unpkg.com/browse/@heroicons/react@2.0.12/24/solid/ A repository of icons, you can call project icons from here
Nextjs https://nextjs.org/docs/getting-started React framework to run the entire project
TailwindCSS https://tailwindcss.com/docs/ CSS framework for styling
Typescript https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html For strict typing and error handling for type checking
Sass https://sass-lang.com/documentation/ For better style handling, Please use the SCSS syntax
Redux https://redux.js.org/tutorials/essentials/part-1-overview-concepts For state management
Axios https://axios-http.com/docs/api_intro For API calls

Please do not re-install any of the dependencies above because they all install when npm install is ran

How to contribute

  • Read this read me file πŸ‘.
  • Pick an issue in the issues section.
    • Pick an issue by commenting on the issue you are currently working on
  • Clone project to your machine.
    • git clone <get_link_from_github_page>
  • When you're done solving & implementing.
  • Checkout to a new branch.
  • When your code is in good shape, send a PR merge request to the branch called "development".
    • Remember to update your codebase
  • Project mainter will then review & merge to "master" or reach out with feedback.

Task

Screen Shot 2022-09-05 at 4 42 01 PM

Join The Afrisplash Community

https://linktr.ee/afrisplashremotely

About

AfriSplash Remotely: Remote Work Marketplace

https://afrisplash-frontend.vercel.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.7%Language:SCSS 4.8%Language:CSS 0.8%Language:JavaScript 0.7%Language:Dockerfile 0.0%