Skip to content

t-bello7/Afrisplash-Frontend

 
 

Repository files navigation

Afrisplash-Frontend

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

sudo docker build . -t afri-frontend

To run containner

sudo docker run --publish 3000:3000 afri-frontend

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.6%
  • SCSS 7.5%
  • CSS 1.3%
  • Other 0.6%